|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Package API service. More...
Inherits vmware::vapi::metadata::metamodel::Package.
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 packageId . | |
| 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 packageId . | |
| global::System.Threading.Tasks.Task < vmware.vapi.metadata.metamodel.PackageInfo > | GetAsync (string packageId) |
| Retrieves information about the package element corresponding to packageId . | |
| 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 packageId . | |
Remote stub implementation of the Package API service.
| vmware::vapi::metadata::metamodel::PackageStub::PackageStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.vapi.metadata.metamodel.PackageInfo vmware::vapi::metadata::metamodel::PackageStub::Get | ( | string | packageId | ) | [inline] |
Retrieves information about the package element corresponding to packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not exist. |
| packageId | Identifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package . |
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 packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not exist. |
| packageId | Identifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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 packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not exist. |
| packageId | Identifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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 packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not exist. |
| packageId | Identifier of the package element. The parameter must be an identifier 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 | ( | 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.
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.
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.
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.
com.vmware.vapi.package . Implements vmware::vapi::metadata::metamodel::Package.