VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser:

Avaliable Methods

public method set_auth_key ()
 
public method set_username ()
 
public method get_sec_level ()
 
public method get_username ()
 
public method set_sec_level ()
 
public method get_auth_key ()
 
public method new ()
 
public method get_priv_key ()
 
public method set_priv_key ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser class Structure that defines information associated with an SNMP user. authKey and privKey are localized keys defined in http://tools.ietf.org/html/rfc3826#section-1.2.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_auth_key ( )

Gets the value of 'auth_key' property.

Return values
auth_key- The current value of the field. SNMP authorization key String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_priv_key ( )

Gets the value of 'priv_key' property.

Return values
priv_key- The current value of the field. SNMP privacy key String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_sec_level ( )

Gets the value of 'sec_level' property.

Return values
sec_level- The current value of the field. SNMP security level SNMPSecLevel#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_username ( )

Gets the value of 'username' property.

Return values
username- The current value of the field. SNMP Username String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_auth_key ( )

Sets the given value for 'auth_key' property.

Parameters
auth_key- New value for the field. SNMP authorization key
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_priv_key ( )

Sets the given value for 'priv_key' property.

Parameters
priv_key- New value for the field. SNMP privacy key
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_sec_level ( )

Sets the given value for 'sec_level' property.

Parameters
sec_level- New value for the field. SNMP security level
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_username ( )

Sets the given value for 'username' property.

Parameters
username- New value for the field. SNMP Username
Code:
click to view

The documentation for this class was generated from the following file: