VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::hardware::ConnectionInfo Class Reference

The ConnectionInfo class provides information about the state and configuration of a removable virtual device. More...

List of all members.

Classes

class  Builder
 Builder class for ConnectionInfo. More...

Public Member Functions

 ConnectionInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.vcenter.vm.hardware.ConnectionState GetState ()
 Connection status of the virtual device.
void SetState (vmware.vcenter.vm.hardware.ConnectionState state)
 Connection status of the virtual device.
bool GetStartConnected ()
 Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
void SetStartConnected (bool startConnected)
 Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
bool GetAllowGuestControl ()
 Flag indicating whether the guest can connect and disconnect the device.
void SetAllowGuestControl (bool allowGuestControl)
 Flag indicating whether the guest can connect and disconnect the device.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The ConnectionInfo class provides information about the state and configuration of a removable virtual device.


Constructor & Destructor Documentation

vmware::vcenter::vm::hardware::ConnectionInfo::ConnectionInfo ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::vm::hardware::ConnectionInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vm::hardware::ConnectionInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vm::hardware::ConnectionInfo::_GetType ( ) [inline]
bool vmware::vcenter::vm::hardware::ConnectionInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vm::hardware::ConnectionInfo::_Validate ( ) [inline]
override bool vmware::vcenter::vm::hardware::ConnectionInfo::Equals ( object  obj) [inline]
bool vmware::vcenter::vm::hardware::ConnectionInfo::GetAllowGuestControl ( ) [inline]

Flag indicating whether the guest can connect and disconnect the device.

override int vmware::vcenter::vm::hardware::ConnectionInfo::GetHashCode ( ) [inline]
bool vmware::vcenter::vm::hardware::ConnectionInfo::GetStartConnected ( ) [inline]

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

vmware.vcenter.vm.hardware.ConnectionState vmware::vcenter::vm::hardware::ConnectionInfo::GetState ( ) [inline]

Connection status of the virtual device.

void vmware::vcenter::vm::hardware::ConnectionInfo::SetAllowGuestControl ( bool  allowGuestControl) [inline]

Flag indicating whether the guest can connect and disconnect the device.

void vmware::vcenter::vm::hardware::ConnectionInfo::SetStartConnected ( bool  startConnected) [inline]

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

void vmware::vcenter::vm::hardware::ConnectionInfo::SetState ( vmware.vcenter.vm.hardware.ConnectionState  state) [inline]

Connection status of the virtual device.

override string vmware::vcenter::vm::hardware::ConnectionInfo::ToString ( ) [inline]

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