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

Avaliable Methods

public method set_allow_guest_control ()
 
public method set_state ()
 
public method get_start_connected ()
 
public method get_allow_guest_control ()
 
public method new ()
 
public method get_state ()
 
public method set_start_connected ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::ConnectionInfo class provides information about the state and configuration of a removable virtual device.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionInfo::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. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionInfo::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. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionInfo::get_state ( )

Gets the value of 'state' property.

Return values
state- The current value of the field. Connection status of the virtual device. ConnectionState#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionInfo::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::ConnectionInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionInfo::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::ConnectionInfo::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::ConnectionInfo::set_state ( )

Sets the given value for 'state' property.

Parameters
state- New value for the field. Connection status of the virtual device.
Code:
click to view

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