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

Avaliable Methods

public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::ConnectionState enumerated type defines the valid states for a removable device that is configured to be connected. Constant Com::Vmware::Vcenter::Vm::Hardware::ConnectionState::CONNECTED # The device is connected and working correctly. Constant Com::Vmware::Vcenter::Vm::Hardware::ConnectionState::RECOVERABLE_ERROR # Device connection failed due to a recoverable error; for example, the virtual device backing is currently in use by another virtual machine. Constant Com::Vmware::Vcenter::Vm::Hardware::ConnectionState::UNRECOVERABLE_ERROR # Device connection failed due to an unrecoverable error; for example, the virtual device backing does not exist. Constant Com::Vmware::Vcenter::Vm::Hardware::ConnectionState::NOT_CONNECTED # The device is not connected. Constant Com::Vmware::Vcenter::Vm::Hardware::ConnectionState::UNKNOWN # The device status is unknown.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionState::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::ConnectionState enumeration.

Return values
Blessedobject
Code:
click to view

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