|
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
|
Avaliable Methods | |
| public method | set_backing () |
| public method | get_backing () |
| public method | new () |
The Com::Vmware::Vcenter::Vm::Hardware::Disk::UpdateSpec class describes the updates to be made to the configuration of a virtual disk.
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::UpdateSpec::get_backing | ( | ) |
Gets the value of 'backing' property.
| backing | - The current value of the field. Physical resource backing for the virtual disk. |
This field may only be modified if the virtual machine is not powered on.
Optional#
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::UpdateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Disk::UpdateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::UpdateSpec::set_backing | ( | ) |
Sets the given value for 'backing' property.
| backing | - New value for the field. Physical resource backing for the virtual disk. |
This field may only be modified if the virtual machine is not powered on.
Code: