|
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
|
Classes | |
| class | Info |
Avaliable Methods | |
| public method | new () |
| public method | list () |
The Com::Vmware::Vcenter::Ovf::ImportFlag interface provides methods for retrieving information about the import flags supported by the deployment platform. Import flags can be specified in a class Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec to customize an OVF deployment.
| public method Com::Vmware::Vcenter::Ovf::ImportFlag::list | ( | ) |
Returns information about the import flags supported by the deployment platform.
The supported flags are:
Future server versions might support additional flags.
| rp | [REQUIRED] The identifier of resource pool target for retrieving the import flag(s). The value must be an identifier for the resource type getQualifiedName(ResourcePool). . The value must be str. |
| A | list of supported import flags. The return type will be Array of Com::Vmware::Vcenter::Ovf::ImportFlag::Info |
| Com::Vmware::Vapi::Std::Errors::NotFound | If the resource pool associated with rp does not exist. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ImportFlag::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code: