VMware vCloud Suite SDK for .NET 6.0.0
vmware::vcenter::ovf::ImportFlagStub Class Reference

Remote stub implementation of the ImportFlag API service. More...

Inherits vmware::vcenter::ovf::ImportFlag.

List of all members.

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.

Detailed Description

Remote stub implementation of the ImportFlag API service.


Constructor & Destructor Documentation

vmware::vcenter::ovf::ImportFlagStub::ImportFlagStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

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:

  • LAX Lax mode parsing of the OVF descriptor.

Future server versions might support additional flags.

Exceptions:
vmware.vapi.std.errors.NotFoundIf the resource pool associated with rp does not exist.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource ResourcePool referenced by the parameter rp requires System.Read .
Parameters:
rpThe identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool .
Returns:
A list of supported import flags.

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:

  • LAX Lax mode parsing of the OVF descriptor.

Future server versions might support additional flags.

Exceptions:
vmware.vapi.std.errors.NotFoundIf the resource pool associated with rp does not exist.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource ResourcePool referenced by the parameter rp requires System.Read .
Parameters:
rpThe identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A list of supported import flags.

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:

  • LAX Lax mode parsing of the OVF descriptor.

Future server versions might support additional flags.

Exceptions:
vmware.vapi.std.errors.NotFoundIf the resource pool associated with rp does not exist.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource ResourcePool referenced by the parameter rp requires System.Read .
Parameters:
rpThe identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool .
Returns:
A list of supported import flags.

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:

  • LAX Lax mode parsing of the OVF descriptor.

Future server versions might support additional flags.

Exceptions:
vmware.vapi.std.errors.NotFoundIf the resource pool associated with rp does not exist.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource ResourcePool referenced by the parameter rp requires System.Read .
Parameters:
rpThe identifier of resource pool target for retrieving the import flag(s). The parameter must be an identifier for the resource type: ResourcePool .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A list of supported import flags.

Implements vmware::vcenter::ovf::ImportFlag.


The documentation for this class was generated from the following file: