|
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 | set_network_location () |
| public method | get_no_rx_loss () |
| public method | set_host_device () |
| public method | get_proxy () |
| public method | get_host_device () |
| public method | get_network_location () |
| public method | set_proxy () |
| public method | get_pipe () |
| public method | new () |
| public method | get_type () |
| public method | set_no_rx_loss () |
| public method | set_file () |
The Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec class provides a specification of the physical resource backing a virtual serial port.
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::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::BackingSpec::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Backing type for the virtual serial port. |
Code: