|
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 | get_network_name () |
| public method | set_type () |
| public method | set_opaque_network_type () |
| public method | get_distributed_switch_uuid () |
| public method | get_opaque_network_id () |
| public method | get_connection_cookie () |
| public method | get_host_device () |
| public method | set_network () |
| public method | new () |
| public method | set_distributed_port () |
| public method | set_network_name () |
| public method | set_distributed_switch_uuid () |
| public method | set_connection_cookie () |
| public method | get_network () |
| public method | set_host_device () |
| public method | get_opaque_network_type () |
| public method | get_distributed_port () |
| public method | set_opaque_network_id () |
| public method | get_type () |
The Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo class contains information about the physical resource backing a virtual Ethernet adapter.
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_connection_cookie | ( | ) |
Gets the value of 'connection_cookie' property.
| connection_cookie | - The current value of the field. Server-generated cookie that identifies the connection to the port. This ookie may be used to verify that the virtual machine is the rightful owner of the port. Optional# |
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_distributed_port | ( | ) |
Gets the value of 'distributed_port' property.
| distributed_port | - The current value of the field. Key of the distributed virtual port that backs the virtual Ethernet adapter. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_distributed_switch_uuid | ( | ) |
Gets the value of 'distributed_switch_uuid' property.
| distributed_switch_uuid | - The current value of the field. UUID of the distributed virtual switch that backs the virtual Ethernet adapter. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_host_device | ( | ) |
Gets the value of 'host_device' property.
| host_device | - The current value of the field. Name of the device backing the virtual Ethernet adapter. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_network | ( | ) |
Gets the value of 'network' property.
| network | - The current value of the field. Identifier of the network backing the virtual Ethernet adapter. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_network_name | ( | ) |
Gets the value of 'network_name' property.
| network_name | - The current value of the field. Name of the standard portgroup backing the virtual Ethernet adapter. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_opaque_network_id | ( | ) |
Gets the value of 'opaque_network_id' property.
| opaque_network_id | - The current value of the field. Identifier of the opaque network that backs the virtual Ethernet adapter. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_opaque_network_type | ( | ) |
Gets the value of 'opaque_network_type' property.
| opaque_network_type | - The current value of the field. Type of the opaque network that backs the virtual Ethernet adapter. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Backing type for the virtual Ethernet adapter. BackingType# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_connection_cookie | ( | ) |
Sets the given value for 'connection_cookie' property.
| connection_cookie | - New value for the field. Server-generated cookie that identifies the connection to the port. This ookie may be used to verify that the virtual machine is the rightful owner of the port. |
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_distributed_port | ( | ) |
Sets the given value for 'distributed_port' property.
| distributed_port | - New value for the field. Key of the distributed virtual port that backs the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_distributed_switch_uuid | ( | ) |
Sets the given value for 'distributed_switch_uuid' property.
| distributed_switch_uuid | - New value for the field. UUID of the distributed virtual switch that backs the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_host_device | ( | ) |
Sets the given value for 'host_device' property.
| host_device | - New value for the field. Name of the device backing the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_network | ( | ) |
Sets the given value for 'network' property.
| network | - New value for the field. Identifier of the network backing the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_network_name | ( | ) |
Sets the given value for 'network_name' property.
| network_name | - New value for the field. Name of the standard portgroup backing the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_opaque_network_id | ( | ) |
Sets the given value for 'opaque_network_id' property.
| opaque_network_id | - New value for the field. Identifier of the opaque network that backs the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_opaque_network_type | ( | ) |
Sets the given value for 'opaque_network_type' property.
| opaque_network_type | - New value for the field. Type of the opaque network that backs the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Backing type for the virtual Ethernet adapter. |
Code: