|
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_type () |
| public method | get_type () |
| public method | new () |
The Com::Vmware::Vcenter::Ovf::OvfParams class defines the common fields for all OVF deployment parameters. OVF parameters serve several purposes:
Each OVF parameters class specifies a particular configurable aspect of OVF deployment. An aspect has both a query-model and a deploy-model. The query-model is used when the OVF package is queried, and the deploy-model is used when deploying an OVF package.
Most OVF parameter classes provide both informational and deployment parameters. However, some are purely informational (for example, download size) and some are purely deployment parameters (for example, the flag to indicate whether registration as a vCenter extension is accepted).
See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .
| public method Com::Vmware::Vcenter::Ovf::OvfParams::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# |
Code:
| public method Com::Vmware::Vcenter::Ovf::OvfParams::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::OvfParams structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::OvfParams::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 . |
Code: