|
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_mac () |
| public method | get_mac () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
| public method | set_status () |
| public method | get_status () |
Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo class Structure that defines properties and status of a network interface.
| public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::get_mac | ( | ) |
Gets the value of 'mac' property.
| mac | - The current value of the field. MAC address. For example 00:0C:29:94:BB:5A. String# |
Code:
| public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Interface name, for example, "nic0", "nic1". String# |
Code:
| public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::get_status | ( | ) |
Gets the value of 'status' property.
| status | - The current value of the field. Interface status. InterfaceStatus# |
Code:
| public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::set_mac | ( | ) |
Sets the given value for 'mac' property.
| mac | - New value for the field. MAC address. For example 00:0C:29:94:BB:5A. |
Code:
| public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Interface name, for example, "nic0", "nic1". |
Code:
| public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::set_status | ( | ) |
Sets the given value for 'status' property.
| status | - New value for the field. Interface status. |
Code: