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

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

Inherits vmware::vapi::metadata::privilege::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 package elements that have privilege information.
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 package elements that have privilege information.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync ()
 Returns the identifiers for the package elements that have privilege information.
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 package elements that have privilege information.
vmware.vapi.metadata.privilege.PackageInfo Get (string packageId)
 Retrieves privilege information about the package element corresponding to packageId .
vmware.vapi.metadata.privilege.PackageInfo Get (string packageId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retrieves privilege information about the package element corresponding to packageId .
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.privilege.PackageInfo
GetAsync (string packageId)
 Retrieves privilege information about the package element corresponding to packageId .
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.privilege.PackageInfo
GetAsync (string packageId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retrieves privilege information about the package element corresponding to packageId .

Detailed Description

Remote stub implementation of the Package API service.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Retrieves privilege information about the package element corresponding to packageId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not have any privilege information.
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::privilege::Package.

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

Retrieves privilege information about the package element corresponding to packageId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not have any privilege information.
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::privilege::Package.

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

Retrieves privilege information about the package element corresponding to packageId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not have any privilege information.
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::privilege::Package.

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

Retrieves privilege information about the package element corresponding to packageId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the package element associated with packageId does not have any privilege information.
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::privilege::Package.

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

Returns the identifiers for the package elements that have privilege information.

Returns:
The list of identifiers for the package elements that have privilege information. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::privilege::Package.

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

Returns the identifiers for the package elements that have privilege information.

Returns:
The list of identifiers for the package elements that have privilege information. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::privilege::Package.

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

Returns the identifiers for the package elements that have privilege information.

Returns:
The list of identifiers for the package elements that have privilege information. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::privilege::Package.

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

Returns the identifiers for the package elements that have privilege information.

Returns:
The list of identifiers for the package elements that have privilege information. The result will contain identifiers for the resource type: com.vmware.vapi.package .

Implements vmware::vapi::metadata::privilege::Package.


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