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
Classes | List of all members
Com::Vmware::Appliance::Techpreview::Monitoring::Snmp Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Monitoring::Snmp:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  SNMPAuthProto
 
class  SNMPConfig
 
class  SNMPConfigReadOnly
 
class  SNMPHashConfig
 
class  SNMPHashResults
 
class  SNMPLimits
 
class  SNMPPrivProto
 
class  SNMPRemoteUser
 
class  SNMPSecLevel
 
class  SNMPStats
 
class  SNMPTestResults
 
class  SNMPUser
 
class  SNMPv1TrapTarget
 
class  SNMPv3Notfication
 
class  SNMPv3Target
 

Avaliable Methods

public method test ()
 
public method enable ()
 
public method stats ()
 
public method hash ()
 
public method limits ()
 
public method reset ()
 
public method get ()
 
public method new ()
 
public method disable ()
 
public method set ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Monitoring::Snmp interface provides methods* SNMP agent operations.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::disable ( )

Stop an enabled SNMP agent.

Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::enable ( )

Start a disabled SNMP agent.

Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::get ( )

Return an SNMP agent configuration.

Return values
SNMPconfig structure The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPConfigReadOnly
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::hash ( )

Generate localized keys for secure SNMPv3 communications.

Parameters
config[REQUIRED] SNMP hash configuration. . The value must be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPHashConfig.
Return values
SNMPhash result The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPHashResults
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::limits ( )

Get SNMP limits information.

Return values
SNMPlimits structure The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPLimits
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::reset ( )

Restore settings to factory defaults.

Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::set ( )

Set SNMP configuration.

Parameters
config[REQUIRED] SNMP configuration. . The value must be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPConfig.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::stats ( )

Generate diagnostics report for snmp agent.

Return values
SNMPstats The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPStats
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::test ( )

Send a warmStart notification to all configured traps and inform destinations (see RFC 3418).

Return values
SNMPtest result The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view

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