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
Classes | List of all members
Com::Vmware::Vcenter::Vm::Hardware Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  Info
 
class  UpdateSpec
 
class  UpgradePolicy
 
class  UpgradeStatus
 
class  Version
 

Avaliable Methods

public method get ()
 
public method upgrade ()
 
public method new ()
 
public method update ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware interface provides methods for configuring the virtual hardware of a virtual machine.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::get ( )

Returns the virtual hardware settings of a virtual machine.

Parameters
vm[REQUIRED] Virtual machine identifier. The value must be an identifier for the resource type getQualifiedName(VirtualMachine). . The value must be str.
Return values
Virtualhardware settings of the virtual machine. The return type will be Com::Vmware::Vcenter::Vm::Hardware::Info
Exceptions
Com::Vmware::Vapi::Std::Errors::Errorif the system reports an error while responding to the request.
Com::Vmware::Vapi::Std::Errors::NotFoundif the virtual machine is not found.
Com::Vmware::Vapi::Std::Errors::ResourceInaccessibleif the virtual machine's configuration state cannot be accessed.
Com::Vmware::Vapi::Std::Errors::ServiceUnavailableif the system is unable to communicate with a service to complete the request.
Com::Vmware::Vapi::Std::Errors::Unauthenticatedif the user can not be authenticated.
Com::Vmware::Vapi::Std::Errors::Unauthorizedif the user doesn't have the required privileges.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::update ( )

Updates the virtual hardware settings of a virtual machine.

Parameters
vm[REQUIRED] Virtual machine identifier. The value must be an identifier for the resource type getQualifiedName(VirtualMachine). . The value must be str.
spec[REQUIRED] Specification for updating the virtual hardware settings of the virtual machine. . The value must be Com::Vmware::Vcenter::Vm::Hardware::UpdateSpec.
Exceptions
Com::Vmware::Vapi::Std::Errors::Errorif the system reports an error while responding to the request.
Com::Vmware::Vapi::Std::Errors::NotFoundif the virtual machine is not found.
Com::Vmware::Vapi::Std::Errors::AlreadyInDesiredStateif the virtual machine is already configured for the desired hardware version.
Com::Vmware::Vapi::Std::Errors::InvalidArgumentif the requested virtual hardware version is not newer than the current version.
Com::Vmware::Vapi::Std::Errors::Unsupportedif the requested virtual hardware version is not supported by the server.
Com::Vmware::Vapi::Std::Errors::ResourceBusyif the virtual machine is busy performing another operation.
Com::Vmware::Vapi::Std::Errors::ResourceInaccessibleif the virtual machine's configuration state cannot be accessed.
Com::Vmware::Vapi::Std::Errors::ServiceUnavailableif the system is unable to communicate with a service to complete the request.
Com::Vmware::Vapi::Std::Errors::Unauthenticatedif the user can not be authenticated.
Com::Vmware::Vapi::Std::Errors::Unauthorizedif the user doesn't have the required privileges.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::upgrade ( )

Upgrades the virtual machine to a newer virtual hardware version.

Parameters
vm[REQUIRED] Virtual machine identifier. The value must be an identifier for the resource type getQualifiedName(VirtualMachine). . The value must be str.
version[OPTIONAL] New virtual machine version. If null , defaults to the most recent virtual hardware version supported by the server. . The value must be Com::Vmware::Vcenter::Vm::Hardware::Version or None.
Exceptions
Com::Vmware::Vapi::Std::Errors::Errorif the system reports an error while responding to the request.
Com::Vmware::Vapi::Std::Errors::NotFoundif the virtual machine is not found.
Com::Vmware::Vapi::Std::Errors::NotAllowedInCurrentStateif the virtual machine is not powered off.
Com::Vmware::Vapi::Std::Errors::AlreadyInDesiredStateif the virtual machine is already configured for the desired hardware version.
Com::Vmware::Vapi::Std::Errors::InvalidArgumentif version is older than the current virtual hardware version.
Com::Vmware::Vapi::Std::Errors::Unsupportedif version is not supported by the server.
Com::Vmware::Vapi::Std::Errors::ResourceBusyif the virtual machine is busy performing another operation.
Com::Vmware::Vapi::Std::Errors::ResourceInaccessibleif the virtual machine's configuration state cannot be accessed.
Com::Vmware::Vapi::Std::Errors::ServiceUnavailableif the system is unable to communicate with a service to complete the request.
Com::Vmware::Vapi::Std::Errors::Unauthenticatedif the user can not be authenticated.
Com::Vmware::Vapi::Std::Errors::Unauthorizedif the user doesn't have the required privileges.
Code:
click to view

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