|
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
|
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 () |
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.
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_auth_key | ( | ) |
Gets the value of 'auth_key' property.
| auth_key | - The current value of the field. SNMP authorization key String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_priv_key | ( | ) |
Gets the value of 'priv_key' property.
| priv_key | - The current value of the field. SNMP privacy key String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_sec_level | ( | ) |
Gets the value of 'sec_level' property.
| sec_level | - The current value of the field. SNMP security level SNMPSecLevel# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::get_username | ( | ) |
Gets the value of 'username' property.
| username | - The current value of the field. SNMP Username String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_auth_key | ( | ) |
Sets the given value for 'auth_key' property.
| auth_key | - New value for the field. SNMP authorization key |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_priv_key | ( | ) |
Sets the given value for 'priv_key' property.
| priv_key | - New value for the field. SNMP privacy key |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_sec_level | ( | ) |
Sets the given value for 'sec_level' property.
| sec_level | - New value for the field. SNMP security level |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPUser::set_username | ( | ) |
Sets the given value for 'username' property.
| username | - New value for the field. SNMP Username |
Code: