|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the ExportFlag API service. More...
Inherits vmware::vcenter::ovf::ExportFlag.
Public Member Functions | |
| ExportFlagStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| 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. | |
Remote stub implementation of the ExportFlag API service.
| vmware::vcenter::ovf::ExportFlagStub::ExportFlagStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> vmware::vcenter::ovf::ExportFlagStub::List | ( | ) | [inline] |
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:
|
Implements vmware::vcenter::ovf::ExportFlag.
| global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> vmware::vcenter::ovf::ExportFlagStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
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:
|
Implements vmware::vcenter::ovf::ExportFlag.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> > vmware::vcenter::ovf::ExportFlagStub::ListAsync | ( | ) | [inline] |
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:
|
Implements vmware::vcenter::ovf::ExportFlag.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ovf.ExportFlagTypes.Info> > vmware::vcenter::ovf::ExportFlagStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
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:
|
Implements vmware::vcenter::ovf::ExportFlag.