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

Avaliable Methods

public method get_sata ()
 
public method set_type ()
 
public method set_scsi ()
 
public method set_ide ()
 
public method get_new_vmdk ()
 
public method get_backing ()
 
public method get_ide ()
 
public method set_new_vmdk ()
 
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::CreateSpec class provides a specification for the configuration of a newly-created virtual disk.

Member Function Documentation

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

Gets the value of 'backing' property.

Return values
backing- The current value of the field. Existing physical resource backing for the virtual disk. Exactly one of backing or newVmdk must be specified. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::get_ide ( )

Gets the value of 'ide' property.

Return values
ide- The current value of the field. Address for attaching the device to a virtual IDE adapter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::get_new_vmdk ( )

Gets the value of 'new_vmdk' property.

Return values
new_vmdk- The current value of the field. Specification for creating a new VMDK backing for the virtual disk. Exactly one of backing or newVmdk must be specified. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::get_sata ( )

Gets the value of 'sata' property.

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

Gets the value of 'scsi' property.

Return values
scsi- The current value of the field. Address for attaching the device to a virtual SCSI adapter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::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 should be attached. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::new ( )

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

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

Sets the given value for 'backing' property.

Parameters
backing- New value for the field. Existing physical resource backing for the virtual disk. Exactly one of backing or newVmdk must be specified.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::set_ide ( )

Sets the given value for 'ide' property.

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

Sets the given value for 'new_vmdk' property.

Parameters
new_vmdk- New value for the field. Specification for creating a new VMDK backing for the virtual disk. Exactly one of backing or newVmdk must be specified.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::set_sata ( )

Sets the given value for 'sata' property.

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

Sets the given value for 'scsi' property.

Parameters
scsi- New value for the field. Address for attaching the device to a virtual SCSI adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::CreateSpec::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 should be attached.
Code:
click to view

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