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

Avaliable Methods

public method set_capacity ()
 
public method get_sata ()
 
public method set_type ()
 
public method set_scsi ()
 
public method set_ide ()
 
public method get_backing ()
 
public method get_label ()
 
public method set_label ()
 
public method get_ide ()
 
public method get_capacity ()
 
public method set_sata ()
 
public method set_backing ()
 
public method new ()
 
public method get_type ()
 
public method get_scsi ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Disk::Info class contains information about a virtual disk.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::get_backing ( )

Gets the value of 'backing' property.

Return values
backing- The current value of the field. Physical resource backing for the virtual disk. BackingInfo#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::get_capacity ( )

Gets the value of 'capacity' property.

Return values
capacity- The current value of the field. Capacity of the virtual disk in bytes. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::get_ide ( )

Gets the value of 'ide' property.

Return values
ide- The current value of the field. Address of device attached to a virtual IDE adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::get_label ( )

Gets the value of 'label' property.

Return values
label- The current value of the field. Device label. String#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::get_sata ( )

Gets the value of 'sata' property.

Return values
sata- The current value of the field. Address of device attached to a virtual SATA adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::get_scsi ( )

Gets the value of 'scsi' property.

Return values
scsi- The current value of the field. Address of device attached to a virtual SCSI adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type of host bus adapter to which the device is attached. HostBusAdapterType#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::new ( )

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

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

Sets the given value for 'backing' property.

Parameters
backing- New value for the field. Physical resource backing for the virtual disk.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::set_capacity ( )

Sets the given value for 'capacity' property.

Parameters
capacity- New value for the field. Capacity of the virtual disk in bytes.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::set_ide ( )

Sets the given value for 'ide' property.

Parameters
ide- New value for the field. Address of device attached to a virtual IDE adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::set_label ( )

Sets the given value for 'label' property.

Parameters
label- New value for the field. Device label.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::set_sata ( )

Sets the given value for 'sata' property.

Parameters
sata- New value for the field. Address of device attached to a virtual SATA adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::set_scsi ( )

Sets the given value for 'scsi' property.

Parameters
scsi- New value for the field. Address of device attached to a virtual SCSI adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::Info::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type of host bus adapter to which the device is attached.
Code:
click to view

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