|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the ImportFlag API service. More...
Inherits vmware::vcenter::ovf::ImportFlag.
Public Member Functions | |
| ImportFlagStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.List < vmware.vcenter.ovf.ImportFlagTypes.Info > | List (string rp) |
| Returns information about the import flags supported by the deployment platform. | |
| global::System.Collections.Generic.List < vmware.vcenter.ovf.ImportFlagTypes.Info > | List (string rp, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about the import flags supported by the deployment platform. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ovf.ImportFlagTypes.Info > > | ListAsync (string rp) |
| Returns information about the import flags supported by the deployment platform. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ovf.ImportFlagTypes.Info > > | ListAsync (string rp, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about the import flags supported by the deployment platform. | |
Remote stub implementation of the ImportFlag API service.
| vmware::vcenter::ovf::ImportFlagStub::ImportFlagStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.List<vmware.vcenter.ovf.ImportFlagTypes.Info> vmware::vcenter::ovf::ImportFlagStub::List | ( | string | rp | ) | [inline] |
Returns information about the import flags supported by the deployment platform.
The supported flags are:
Future server versions might support additional flags.
| vmware.vapi.std.errors.NotFound | If the resource pool associated with rp does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| rp | The identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool . |
Implements vmware::vcenter::ovf::ImportFlag.
| global::System.Collections.Generic.List<vmware.vcenter.ovf.ImportFlagTypes.Info> vmware::vcenter::ovf::ImportFlagStub::List | ( | string | rp, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about the import flags supported by the deployment platform.
The supported flags are:
Future server versions might support additional flags.
| vmware.vapi.std.errors.NotFound | If the resource pool associated with rp does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| rp | The identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ovf::ImportFlag.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ovf.ImportFlagTypes.Info> > vmware::vcenter::ovf::ImportFlagStub::ListAsync | ( | string | rp | ) | [inline] |
Returns information about the import flags supported by the deployment platform.
The supported flags are:
Future server versions might support additional flags.
| vmware.vapi.std.errors.NotFound | If the resource pool associated with rp does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| rp | The identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool . |
Implements vmware::vcenter::ovf::ImportFlag.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ovf.ImportFlagTypes.Info> > vmware::vcenter::ovf::ImportFlagStub::ListAsync | ( | string | rp, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about the import flags supported by the deployment platform.
The supported flags are:
Future server versions might support additional flags.
| vmware.vapi.std.errors.NotFound | If the resource pool associated with rp does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| rp | The identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ovf::ImportFlag.