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::SNMPRemoteUser Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser:

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 ()
 

Detailed Description

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.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::get_authentication ( )

Gets the value of 'authentication' property.

Return values
authentication- The current value of the field. SNMP authorization protocol SNMPAuthProto#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::get_engineid ( )

Gets the value of 'engineid' property.

Return values
engineid- The current value of the field. SNMP v3 engine id String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::get_privacy ( )

Gets the value of 'privacy' property.

Return values
privacy- The current value of the field. SNMP privacy protocol SNMPPrivProto#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::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::SNMPRemoteUser::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::set_authentication ( )

Sets the given value for 'authentication' property.

Parameters
authentication- New value for the field. SNMP authorization protocol
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::set_engineid ( )

Sets the given value for 'engineid' property.

Parameters
engineid- New value for the field. SNMP v3 engine id
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::set_privacy ( )

Sets the given value for 'privacy' property.

Parameters
privacy- New value for the field. SNMP privacy protocol
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPRemoteUser::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::SNMPRemoteUser::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: