|
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::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.
| public method Com::Vmware::Vcenter::Ovf::ExportFlag::list | ( | ) |
Returns information about the supported export flags by the server.
The supported flags are:
Future server versions might support additional flags.
| A | list of supported export flags. The return type will be Array of Com::Vmware::Vcenter::Ovf::ExportFlag::Info |
Code:
| public method Com::Vmware::Vcenter::Ovf::ExportFlag::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: