VMware vCloud Suite SDK Perl
The VMware vCloud Suite SDK for Perl supports the client-side vCloud Suite API for access to vCloud services and capabilities
|
Avaliable Methods | |
public method | set_approximate_sparse_deployment_size () |
public method | set_type () |
public method | set_approximate_download_size () |
public method | get_approximate_sparse_deployment_size () |
public method | set_approximate_flat_deployment_size () |
public method | set_variable_disk_size () |
public method | get_approximate_download_size () |
public method | new () |
public method | get_type () |
public method | get_approximate_flat_deployment_size () |
public method | get_variable_disk_size () |
The Com::Vmware::Vcenter::Ovf::SizeParams
class contains estimates of the download and deployment sizes.
This information is based on the file references and the ovf:DiskSection in the OVF descriptor.
See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy
and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter
.
public method Com::Vmware::Vcenter::Ovf::SizeParams::get_approximate_download_size | ( | ) |
Gets the value of 'approximate_download_size' property.
approximate_download_size | - The current value of the field. A best guess as to the total amount of data that must be transferred to download the OVF package. |
This may be inaccurate due to disk compression etc.
optional#
public method Com::Vmware::Vcenter::Ovf::SizeParams::get_approximate_flat_deployment_size | ( | ) |
Gets the value of 'approximate_flat_deployment_size' property.
approximate_flat_deployment_size | - The current value of the field. A best guess as to the total amount of space required to deploy the OVF package if using flat disks. optional# |
public method Com::Vmware::Vcenter::Ovf::SizeParams::get_approximate_sparse_deployment_size | ( | ) |
Gets the value of 'approximate_sparse_deployment_size' property.
approximate_sparse_deployment_size | - The current value of the field. A best guess as to the total amount of space required to deploy the OVF package using sparse disks. optional# |
public method Com::Vmware::Vcenter::Ovf::SizeParams::get_type | ( | ) |
Gets the value of 'type' property.
type | - The current value of the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . optional# |
public method Com::Vmware::Vcenter::Ovf::SizeParams::get_variable_disk_size | ( | ) |
Gets the value of 'variable_disk_size' property.
variable_disk_size | - The current value of the field. Whether the OVF uses variable disk sizes. |
For empty disks, rather than specifying a fixed virtual disk capacity, the capacity may be given using a reference to a ovf:Property element in a ovf:ProductSection element in OVF package.
optional#
public method Com::Vmware::Vcenter::Ovf::SizeParams::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::SizeParams structure
Blessed | object |
public method Com::Vmware::Vcenter::Ovf::SizeParams::set_approximate_download_size | ( | ) |
Sets the given value for 'approximate_download_size' property.
approximate_download_size | - New value for the field. A best guess as to the total amount of data that must be transferred to download the OVF package. |
This may be inaccurate due to disk compression etc.
public method Com::Vmware::Vcenter::Ovf::SizeParams::set_approximate_flat_deployment_size | ( | ) |
Sets the given value for 'approximate_flat_deployment_size' property.
approximate_flat_deployment_size | - New value for the field. A best guess as to the total amount of space required to deploy the OVF package if using flat disks. |
public method Com::Vmware::Vcenter::Ovf::SizeParams::set_approximate_sparse_deployment_size | ( | ) |
Sets the given value for 'approximate_sparse_deployment_size' property.
approximate_sparse_deployment_size | - New value for the field. A best guess as to the total amount of space required to deploy the OVF package using sparse disks. |
public method Com::Vmware::Vcenter::Ovf::SizeParams::set_type | ( | ) |
Sets the given value for 'type' property.
type | - New value for the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . |
public method Com::Vmware::Vcenter::Ovf::SizeParams::set_variable_disk_size | ( | ) |
Sets the given value for 'variable_disk_size' property.
variable_disk_size | - New value for the field. Whether the OVF uses variable disk sizes. |
For empty disks, rather than specifying a fixed virtual disk capacity, the capacity may be given using a reference to a ovf:Property element in a ovf:ProductSection element in OVF package.