|
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 | new () |
The Com::Vmware::Vcenter::Ovf::DiskProvisioningType enumerated type defines the virtual disk provisioning types that can be set for a disk on the target platform. Constant Com::Vmware::Vcenter::Ovf::DiskProvisioningType::THIN # A thin provisioned virtual disk has space allocated and zeroed on demand as the space is used. Constant Com::Vmware::Vcenter::Ovf::DiskProvisioningType::THICK # A thick provisioned virtual disk has all space allocated at creation time and the space is zeroed on demand as the space is used. Constant Com::Vmware::Vcenter::Ovf::DiskProvisioningType::EAGER_ZEROED_THICK # An eager zeroed thick provisioned virtual disk has all space allocated and wiped clean of any previous contents on the physical media at creation time.
Disks specified as eager zeroed thick may take longer time to create than disks specified with the other disk provisioning types.
| public method Com::Vmware::Vcenter::Ovf::DiskProvisioningType::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::DiskProvisioningType enumeration.
| Blessed | object |
Code: