|
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
|
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 () |
Com::Vmware::Appliance::Techpreview::Monitoring::Snmp interface provides methods* SNMP agent operations.
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::disable | ( | ) |
Stop an enabled SNMP agent.
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::enable | ( | ) |
Start a disabled SNMP agent.
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::get | ( | ) |
Return an SNMP agent configuration.
| SNMP | config structure The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPConfigReadOnly |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::hash | ( | ) |
Generate localized keys for secure SNMPv3 communications.
| config | [REQUIRED] SNMP hash configuration. . The value must be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPHashConfig. |
| SNMP | hash result The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPHashResults |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::limits | ( | ) |
Get SNMP limits information.
| SNMP | limits structure The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPLimits |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::reset | ( | ) |
Restore settings to factory defaults.
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::set | ( | ) |
Set SNMP configuration.
| config | [REQUIRED] SNMP configuration. . The value must be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPConfig. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::stats | ( | ) |
Generate diagnostics report for snmp agent.
| SNMP | stats The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPStats |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::test | ( | ) |
Send a warmStart notification to all configured traps and inform destinations (see RFC 3418).
| SNMP | test result The return type will be Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: