|
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_port () |
| public method | set_community () |
| public method | set_ip () |
| public method | get_community () |
| public method | get_port () |
| public method | new () |
| public method | get_ip () |
Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget class Structure that defines an SNMP v1/v2c trap target.
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::get_community | ( | ) |
Gets the value of 'community' property.
| community | - The current value of the field. SNMP target community String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::get_ip | ( | ) |
Gets the value of 'ip' property.
| ip | - The current value of the field. SNMP target ip String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::get_port | ( | ) |
Gets the value of 'port' property.
| port | - The current value of the field. SNMP target port long# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::set_community | ( | ) |
Sets the given value for 'community' property.
| community | - New value for the field. SNMP target community |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::set_ip | ( | ) |
Sets the given value for 'ip' property.
| ip | - New value for the field. SNMP target ip |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::set_port | ( | ) |
Sets the given value for 'port' property.
| port | - New value for the field. SNMP target port |
Code: