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::ExportFlag Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::ExportFlag:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  Info
 

Avaliable Methods

public method new ()
 
public method list ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::ExportFlag interface provides methods for retrieving information about the export flags supported by the server. Export flags can be specified in a class Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec to customize an OVF export.

Member Function Documentation

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

Returns information about the supported export flags by the server.

The supported flags are:

PRESERVE_MAC
Include MAC addresses for network adapters.
EXTRA_CONFIG
Include extra configuration in OVF export.

Future server versions might support additional flags.

Return values
Alist of supported export flags. The return type will be Array of Com::Vmware::Vcenter::Ovf::ExportFlag::Info
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ExportFlag::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: