VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::metamodel::PackageStub Class Reference

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

Inherits vmware::vapi::metadata::metamodel::Package.

List of all members.

Public Member Functions

 PackageStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< string > 
List ()
 Returns the identifiers for the packages elements that are contained in all the registered component elements.
global::System.Collections.Generic.List
< string > 
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the identifiers for the packages elements that are contained in all the registered component elements.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync ()
 Returns the identifiers for the packages elements that are contained in all the registered component elements.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the identifiers for the packages elements that are contained in all the registered component elements.
vmware.vapi.metadata.metamodel.PackageInfo Get (string packageId)
 Retrieves information about the package element corresponding to {@param.name packagetId} .
vmware.vapi.metadata.metamodel.PackageInfo Get (string packageId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retrieves information about the package element corresponding to {@param.name packagetId} .
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.metamodel.PackageInfo
GetAsync (string packageId)
 Retrieves information about the package element corresponding to {@param.name packagetId} .
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.metamodel.PackageInfo
GetAsync (string packageId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retrieves information about the package element corresponding to {@param.name packagetId} .

Detailed Description

Remote stub implementation of the Package API service.


Constructor & Destructor Documentation

vmware::vapi::metadata::metamodel::PackageStub::PackageStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vapi.metadata.metamodel.PackageInfo vmware::vapi::metadata::metamodel::PackageStub::Get ( string  packageId) [inline]

Retrieves information about the package element corresponding to {@param.name packagetId} .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not exist.
Parameters:
packageIdIdentifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package .
Returns:
The PackageInfo instance that corresponds to packageId .

Implements vmware::vapi::metadata::metamodel::Package.

vmware.vapi.metadata.metamodel.PackageInfo vmware::vapi::metadata::metamodel::PackageStub::Get ( string  packageId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Retrieves information about the package element corresponding to {@param.name packagetId} .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not exist.
Parameters:
packageIdIdentifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The PackageInfo instance that corresponds to packageId .

Implements vmware::vapi::metadata::metamodel::Package.

global::System.Threading.Tasks.Task<vmware.vapi.metadata.metamodel.PackageInfo> vmware::vapi::metadata::metamodel::PackageStub::GetAsync ( string  packageId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Retrieves information about the package element corresponding to {@param.name packagetId} .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not exist.
Parameters:
packageIdIdentifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The PackageInfo instance that corresponds to packageId .

Implements vmware::vapi::metadata::metamodel::Package.

global::System.Threading.Tasks.Task<vmware.vapi.metadata.metamodel.PackageInfo> vmware::vapi::metadata::metamodel::PackageStub::GetAsync ( string  packageId) [inline]

Retrieves information about the package element corresponding to {@param.name packagetId} .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not exist.
Parameters:
packageIdIdentifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package .
Returns:
The PackageInfo instance that corresponds to packageId .

Implements vmware::vapi::metadata::metamodel::Package.

global::System.Collections.Generic.List<string> vmware::vapi::metadata::metamodel::PackageStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns the identifiers for the packages elements that are contained in all the registered component elements.

Returns:
The list of identifiers for the package elements that are contained in all the registered component elements. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::metamodel::Package.

global::System.Collections.Generic.List<string> vmware::vapi::metadata::metamodel::PackageStub::List ( ) [inline]

Returns the identifiers for the packages elements that are contained in all the registered component elements.

Returns:
The list of identifiers for the package elements that are contained in all the registered component elements. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::metamodel::Package.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::metamodel::PackageStub::ListAsync ( ) [inline]

Returns the identifiers for the packages elements that are contained in all the registered component elements.

Returns:
The list of identifiers for the package elements that are contained in all the registered component elements. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::metamodel::Package.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::metamodel::PackageStub::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns the identifiers for the packages elements that are contained in all the registered component elements.

Returns:
The list of identifiers for the package elements that are contained in all the registered component elements. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::metamodel::Package.


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