|
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_pipe () |
| public method | get_file () |
| public method | set_type () |
| public method | get_host_device () |
| public method | set_proxy () |
| public method | get_pipe () |
| public method | new () |
| public method | set_file () |
| public method | get_auto_detect () |
| public method | set_network_location () |
| public method | set_host_device () |
| public method | get_no_rx_loss () |
| public method | get_proxy () |
| public method | get_network_location () |
| public method | get_type () |
| public method | set_auto_detect () |
| public method | set_no_rx_loss () |
The Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo class contains information about the physical resource backing a virtual serial port.
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::get_auto_detect | ( | ) |
Gets the value of 'auto_detect' property.
| auto_detect | - The current value of the field. Flag indicating whether the virtual serial port is configured to automatically detect a suitable host device. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::get_file | ( | ) |
Gets the value of 'file' property.
| file | - The current value of the field. Path of the file backing the virtual serial port. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::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 serial port. |
Optional#
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::get_network_location | ( | ) |
Gets the value of 'network_location' property.
| network_location | - The current value of the field. URI specifying the location of the network service backing the virtual serial port.
|
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::get_no_rx_loss | ( | ) |
Gets the value of 'no_rx_loss' property.
| no_rx_loss | - The current value of the field. Flag that enables optimized data transfer over the pipe. When the value is true, the host buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::get_pipe | ( | ) |
Gets the value of 'pipe' property.
| pipe | - The current value of the field. Name of the pipe backing the virtual serial port. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::get_proxy | ( | ) |
Gets the value of 'proxy' property.
| proxy | - The current value of the field. Proxy service that provides network access to the network backing. If set, the virtual machine initiates a connection with the proxy service and forwards the traffic to the proxy. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Backing type for the virtual serial port. BackingType# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::set_auto_detect | ( | ) |
Sets the given value for 'auto_detect' property.
| auto_detect | - New value for the field. Flag indicating whether the virtual serial port is configured to automatically detect a suitable host device. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::set_file | ( | ) |
Sets the given value for 'file' property.
| file | - New value for the field. Path of the file backing the virtual serial port. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::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 serial port. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::set_network_location | ( | ) |
Sets the given value for 'network_location' property.
| network_location | - New value for the field. URI specifying the location of the network service backing the virtual serial port.
|
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::set_no_rx_loss | ( | ) |
Sets the given value for 'no_rx_loss' property.
| no_rx_loss | - New value for the field. Flag that enables optimized data transfer over the pipe. When the value is true, the host buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::set_pipe | ( | ) |
Sets the given value for 'pipe' property.
| pipe | - New value for the field. Name of the pipe backing the virtual serial port. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::set_proxy | ( | ) |
Sets the given value for 'proxy' property.
| proxy | - New value for the field. Proxy service that provides network access to the network backing. If set, the virtual machine initiates a connection with the proxy service and forwards the traffic to the proxy. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingInfo::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Backing type for the virtual serial port. |
Code: