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
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Vcenter::Ovf::ImportFlag Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::ImportFlag:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  Info
 

Avaliable Methods

public method new ()
 
public method list ()
 

Detailed Description

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.

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::ImportFlag::list ( )

Returns information about the import flags supported by the deployment platform.

The supported flags are:

LAX
Lax mode parsing of the OVF descriptor.

Future server versions might support additional flags.

Parameters
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.
Return values
Alist of supported import flags. The return type will be Array of Com::Vmware::Vcenter::Ovf::ImportFlag::Info
Exceptions
Com::Vmware::Vapi::Std::Errors::NotFoundIf the resource pool associated with rp does not exist.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ImportFlag::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view

The documentation for this class was generated from the following file: