|
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 | get_authentication () |
| public method | set_engineid () |
| public method | get_engineid () |
| public method | set_auth_key () |
| public method | set_username () |
| public method | set_authentication () |
| public method | set_privacy () |
| public method | get_sec_level () |
| public method | get_privacy () |
| public method | get_username () |
| public method | set_sec_level () |
| public method | get_auth_key () |
| public method | get_priv_key () |
| public method | new () |
| public method | set_priv_key () |
Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser class Structure that defines a user at particular remote SNMPv3 entity needed when using informs. auth_key and priv_key contained localized keys as defined in http://tools.ietf.org/html/rfc3826#section-1.2.
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::get_authentication | ( | ) |
Gets the value of 'authentication' property.
| authentication | - The current value of the field. SNMP authorization protocol SNMPAuthProto# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::get_engineid | ( | ) |
Gets the value of 'engineid' property.
| engineid | - The current value of the field. SNMP v3 engine id String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::get_privacy | ( | ) |
Gets the value of 'privacy' property.
| privacy | - The current value of the field. SNMP privacy protocol SNMPPrivProto# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::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::SNMPRemoteUser::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::set_authentication | ( | ) |
Sets the given value for 'authentication' property.
| authentication | - New value for the field. SNMP authorization protocol |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::set_engineid | ( | ) |
Sets the given value for 'engineid' property.
| engineid | - New value for the field. SNMP v3 engine id |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::set_privacy | ( | ) |
Sets the given value for 'privacy' property.
| privacy | - New value for the field. SNMP privacy protocol |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::set_username | ( | ) |
Sets the given value for 'username' property.
| username | - New value for the field. SNMP Username |
Code: