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

Avaliable Methods

public method set_version ()
 
public method set_upgrade_version ()
 
public method set_upgrade_status ()
 
public method get_upgrade_status ()
 
public method get_upgrade_version ()
 
public method get_upgrade_policy ()
 
public method get_upgrade_error ()
 
public method set_upgrade_policy ()
 
public method set_upgrade_error ()
 
public method new ()
 
public method get_version ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Info class contains information related to the virtual hardware of a virtual machine.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Info::get_upgrade_error ( )

Gets the value of 'upgrade_error' property.

Return values
upgrade_error- The current value of the field. Reason for the scheduled upgrade failure. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::get_upgrade_policy ( )

Gets the value of 'upgrade_policy' property.

Return values
upgrade_policy- The current value of the field. Scheduled upgrade policy. UpgradePolicy#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::get_upgrade_status ( )

Gets the value of 'upgrade_status' property.

Return values
upgrade_status- The current value of the field. Scheduled upgrade status. UpgradeStatus#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::get_upgrade_version ( )

Gets the value of 'upgrade_version' property.

Return values
upgrade_version- The current value of the field. Target hardware version to be used on the next scheduled virtual hardware upgrade. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::get_version ( )

Gets the value of 'version' property.

Return values
version- The current value of the field. Virtual hardware version. Version#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::set_upgrade_error ( )

Sets the given value for 'upgrade_error' property.

Parameters
upgrade_error- New value for the field. Reason for the scheduled upgrade failure.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::set_upgrade_policy ( )

Sets the given value for 'upgrade_policy' property.

Parameters
upgrade_policy- New value for the field. Scheduled upgrade policy.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::set_upgrade_status ( )

Sets the given value for 'upgrade_status' property.

Parameters
upgrade_status- New value for the field. Scheduled upgrade status.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::set_upgrade_version ( )

Sets the given value for 'upgrade_version' property.

Parameters
upgrade_version- New value for the field. Target hardware version to be used on the next scheduled virtual hardware upgrade.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Info::set_version ( )

Sets the given value for 'version' property.

Parameters
version- New value for the field. Virtual hardware version.
Code:
click to view

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