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::Serial::BackingSpec Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec:

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

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec class provides a specification of the physical resource backing a virtual serial port.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::get_file ( )

Gets the value of 'file' property.

Return values
file- The current value of the field. Path of the file backing the virtual serial port. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::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 serial port.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::get_network_location ( )

Gets the value of 'network_location' property.

Return values
network_location- The current value of the field. URI specifying the location of the network service backing the virtual serial port.
  • If :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec.type is :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingType.NETWORK_SERVER , this field* is the location used by clients to connect to this server. The hostname part of the URI should either be empty or should specify the address of the host on which the virtual machine is running.
  • If :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec.type is :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingType.NETWORK_CLIENT , this field* is the location used by the virtual machine to connect to the remote server.
optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::get_no_rx_loss ( )

Gets the value of 'no_rx_loss' property.

Return values
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:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::get_pipe ( )

Gets the value of 'pipe' property.

Return values
pipe- The current value of the field. Name of the pipe backing the virtual serial port. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::get_proxy ( )

Gets the value of 'proxy' property.

Return values
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:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::get_type ( )

Gets the value of 'type' property.

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

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::set_file ( )

Sets the given value for 'file' property.

Parameters
file- New value for the field. Path of the file backing the virtual serial port.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::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 serial port.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::set_network_location ( )

Sets the given value for 'network_location' property.

Parameters
network_location- New value for the field. URI specifying the location of the network service backing the virtual serial port.
  • If :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec.type is :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingType.NETWORK_SERVER , this field* is the location used by clients to connect to this server. The hostname part of the URI should either be empty or should specify the address of the host on which the virtual machine is running.
  • If :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec.type is :attr:Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingType.NETWORK_CLIENT , this field* is the location used by the virtual machine to connect to the remote server.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::set_no_rx_loss ( )

Sets the given value for 'no_rx_loss' property.

Parameters
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:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::set_pipe ( )

Sets the given value for 'pipe' property.

Parameters
pipe- New value for the field. Name of the pipe backing the virtual serial port.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::set_proxy ( )

Sets the given value for 'proxy' property.

Parameters
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:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::BackingSpec::set_type ( )

Sets the given value for 'type' property.

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

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