|
VMware vSphere Automation SDK for .NET 6.5.0
|
The ExportFlag interface provides methods for retrieving information about the export flags supported by the server.
More...
Inherited by vmware::vcenter::ovf::ExportFlagStub.
Public Member Functions | |
| global::System.Collections.Generic.List < vmware.vcenter.ovf.ExportFlagTypes.Info > | List () |
| Returns information about the supported export flags by the server. | |
| global::System.Collections.Generic.List < vmware.vcenter.ovf.ExportFlagTypes.Info > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about the supported export flags by the server. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ovf.ExportFlagTypes.Info > > | ListAsync () |
| Returns information about the supported export flags by the server. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ovf.ExportFlagTypes.Info > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about the supported export flags by the server. | |
The ExportFlag interface provides methods for retrieving information about the export flags supported by the server.
Export flags can be specified in a LibraryItem.CreateSpec to customize an OVF export.
| global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> 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.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::ovf::ExportFlagStub.
| global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> vmware::vcenter::ovf::ExportFlag::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Returns information about the supported export flags by the server.
The supported flags are:
Future server versions might support additional flags.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::ovf::ExportFlagStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> > vmware::vcenter::ovf::ExportFlag::ListAsync | ( | ) |
Returns information about the supported export flags by the server.
The supported flags are:
Future server versions might support additional flags.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::ovf::ExportFlagStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> > vmware::vcenter::ovf::ExportFlag::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Returns information about the supported export flags by the server.
The supported flags are:
Future server versions might support additional flags.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::ovf::ExportFlagStub.