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
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo:

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 ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo class contains information about the physical resource backing a virtual Ethernet adapter.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_connection_cookie ( )

Gets the value of 'connection_cookie' property.

Return values
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.

Return values
distributed_port- The current value of the field. Key of the distributed virtual port that backs the virtual Ethernet adapter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_distributed_switch_uuid ( )

Gets the value of 'distributed_switch_uuid' property.

Return values
distributed_switch_uuid- The current value of the field. UUID of the distributed virtual switch that backs the virtual Ethernet adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_host_device ( )

Gets the value of 'host_device' property.

Return values
host_device- The current value of the field. Name of the device backing the virtual Ethernet adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_network ( )

Gets the value of 'network' property.

Return values
network- The current value of the field. Identifier of the network backing the virtual Ethernet adapter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_network_name ( )

Gets the value of 'network_name' property.

Return values
network_name- The current value of the field. Name of the standard portgroup backing the virtual Ethernet adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_opaque_network_id ( )

Gets the value of 'opaque_network_id' property.

Return values
opaque_network_id- The current value of the field. Identifier of the opaque network that backs the virtual Ethernet adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_opaque_network_type ( )

Gets the value of 'opaque_network_type' property.

Return values
opaque_network_type- The current value of the field. Type of the opaque network that backs the virtual Ethernet adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Backing type for the virtual Ethernet adapter. BackingType#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_connection_cookie ( )

Sets the given value for 'connection_cookie' property.

Parameters
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.

Parameters
distributed_port- New value for the field. Key of the distributed virtual port that backs the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_distributed_switch_uuid ( )

Sets the given value for 'distributed_switch_uuid' property.

Parameters
distributed_switch_uuid- New value for the field. UUID of the distributed virtual switch that backs the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_host_device ( )

Sets the given value for 'host_device' property.

Parameters
host_device- New value for the field. Name of the device backing the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_network ( )

Sets the given value for 'network' property.

Parameters
network- New value for the field. Identifier of the network backing the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_network_name ( )

Sets the given value for 'network_name' property.

Parameters
network_name- New value for the field. Name of the standard portgroup backing the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_opaque_network_id ( )

Sets the given value for 'opaque_network_id' property.

Parameters
opaque_network_id- New value for the field. Identifier of the opaque network that backs the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_opaque_network_type ( )

Sets the given value for 'opaque_network_type' property.

Parameters
opaque_network_type- New value for the field. Type of the opaque network that backs the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::BackingInfo::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Backing type for the virtual Ethernet adapter.
Code:
click to view

The documentation for this class was generated from the following file: