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

Avaliable Methods

public method get_backing ()
 
public method set_start_connected ()
 
public method set_allow_guest_control ()
 
public method get_start_connected ()
 
public method new ()
 
public method get_yield_on_poll ()
 
public method set_backing ()
 
public method get_allow_guest_control ()
 
public method set_yield_on_poll ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec class provides a specification for the configuration of a newly-created virtual serial port.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::get_allow_guest_control ( )

Gets the value of 'allow_guest_control' property.

Return values
allow_guest_control- The current value of the field. Flag indicating whether the guest can connect and disconnect the device. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::get_backing ( )

Gets the value of 'backing' property.

Return values
backing- The current value of the field. Physical resource backing for the virtual serial port. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::get_start_connected ( )

Gets the value of 'start_connected' property.

Return values
start_connected- The current value of the field. Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::get_yield_on_poll ( )

Gets the value of 'yield_on_poll' property.

Return values
yield_on_poll- The current value of the field. CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::new ( )

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

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

Sets the given value for 'allow_guest_control' property.

Parameters
allow_guest_control- New value for the field. Flag indicating whether the guest can connect and disconnect the device.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::set_backing ( )

Sets the given value for 'backing' property.

Parameters
backing- New value for the field. Physical resource backing for the virtual serial port.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::set_start_connected ( )

Sets the given value for 'start_connected' property.

Parameters
start_connected- New value for the field. Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Serial::CreateSpec::set_yield_on_poll ( )

Sets the given value for 'yield_on_poll' property.

Parameters
yield_on_poll- New value for the field. CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host.
Code:
click to view

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