|
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_type () |
| public method | get_port () |
| public method | get_user () |
| public method | get_sec_level () |
| public method | set_sec_level () |
| public method | set_ip () |
| public method | new () |
| public method | get_type () |
| public method | set_user () |
| public method | get_ip () |
Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target class Structure that defines an SNMP v3 inform or trap target.
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::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::SNMPv3Target::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::SNMPv3Target::get_sec_level | ( | ) |
Gets the value of 'sec_level' property.
| sec_level | - The current value of the field. SNMP security level SNMPSecLevel# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. SNMP target type SNMPv3Notfication# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::get_user | ( | ) |
Gets the value of 'user' property.
| user | - The current value of the field. SNMP User String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::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::SNMPv3Target::set_port | ( | ) |
Sets the given value for 'port' property.
| port | - New value for the field. SNMP target port |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::set_sec_level | ( | ) |
Sets the given value for 'sec_level' property.
| sec_level | - New value for the field. SNMP security level |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. SNMP target type |
Code:
| public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv3Target::set_user | ( | ) |
Sets the given value for 'user' property.
| user | - New value for the field. SNMP User |
Code: