|
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_success () |
| public method | get_success () |
| public method | set_message () |
| public method | get_message () |
| public method | new () |
Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults class Structure to provide operators diagnostics test results.
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults::get_message | ( | ) |
Gets the value of 'message' property.
| message | - The current value of the field. message String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults::get_success | ( | ) |
Gets the value of 'success' property.
| success | - The current value of the field. Set success to true/false boolean# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults::set_message | ( | ) |
Sets the given value for 'message' property.
| message | - New value for the field. message |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPTestResults::set_success | ( | ) |
Sets the given value for 'success' property.
| success | - New value for the field. Set success to true/false |
Code: