|
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_distributed_port () |
| public method | get_distributed_port () |
| public method | set_network () |
| public method | set_type () |
| public method | get_network () |
| public method | get_type () |
| public method | new () |
The Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec class provides a specification of the physical resource that backs a virtual Ethernet adapter.
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec::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. Depending on the type of the Portgroup, the port may be specified using this field. If the portgroup type is early-binding (also known as static), a port is assigned when the Ethernet adapter is configured to use the port. The port may be either automatically or specifically assigned based on the value of this field . If the portgroup type is ephemeral, the port is created and assigned to a virtual machine when it is powered on and the Ethernet adapter is connected. This field cannot be specified as no free ports exist before use. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec::get_network | ( | ) |
Gets the value of 'network' property.
| network | - The current value of the field. Identifier of the network that backs the virtual Ethernet adapter. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec::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::BackingSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec::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. Depending on the type of the Portgroup, the port may be specified using this field. If the portgroup type is early-binding (also known as static), a port is assigned when the Ethernet adapter is configured to use the port. The port may be either automatically or specifically assigned based on the value of this field . If the portgroup type is ephemeral, the port is created and assigned to a virtual machine when it is powered on and the Ethernet adapter is connected. This field cannot be specified as no free ports exist before use. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec::set_network | ( | ) |
Sets the given value for 'network' property.
| network | - New value for the field. Identifier of the network that backs the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingSpec::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Backing type for the virtual Ethernet adapter. |
Code: