|
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_capacity () |
| public method | get_capacity () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
The Com::Vmware::Vcenter::Vm::Hardware::Disk::VmdkCreateSpec class provides a specification for creating a new VMDK file to be used as a backing for a virtual disk. The virtual disk will be stored in the same directory as the virtual machine's configuration file.
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::VmdkCreateSpec::get_capacity | ( | ) |
Gets the value of 'capacity' property.
| capacity | - The current value of the field. Capacity of the virtual disk backing in bytes. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::VmdkCreateSpec::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Base name of the VMDK file. The name should not include the '.vmdk' file extension. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::VmdkCreateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Disk::VmdkCreateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::VmdkCreateSpec::set_capacity | ( | ) |
Sets the given value for 'capacity' property.
| capacity | - New value for the field. Capacity of the virtual disk backing in bytes. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Disk::VmdkCreateSpec::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Base name of the VMDK file. The name should not include the '.vmdk' file extension. |
Code: