VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::cli::NamespaceStub Class Reference

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

Inherits vmware::vapi::metadata::cli::Namespace.

List of all members.

Public Member Functions

 NamespaceStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< vmware.vapi.metadata.cli.NamespaceTypes.Identity
List ()
 Returns the identifiers of all namespaces registered with the infrastructure.
global::System.Collections.Generic.List
< vmware.vapi.metadata.cli.NamespaceTypes.Identity
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the identifiers of all namespaces registered with the infrastructure.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vapi.metadata.cli.NamespaceTypes.Identity > > 
ListAsync ()
 Returns the identifiers of all namespaces registered with the infrastructure.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vapi.metadata.cli.NamespaceTypes.Identity > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the identifiers of all namespaces registered with the infrastructure.
vmware.vapi.metadata.cli.NamespaceTypes.Info Get (vmware.vapi.metadata.cli.NamespaceTypes.Identity identity)
 Retreives information about a namespace including information about children of that namespace.
vmware.vapi.metadata.cli.NamespaceTypes.Info Get (vmware.vapi.metadata.cli.NamespaceTypes.Identity identity, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retreives information about a namespace including information about children of that namespace.
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.cli.NamespaceTypes.Info
GetAsync (vmware.vapi.metadata.cli.NamespaceTypes.Identity identity)
 Retreives information about a namespace including information about children of that namespace.
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.cli.NamespaceTypes.Info
GetAsync (vmware.vapi.metadata.cli.NamespaceTypes.Identity identity, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retreives information about a namespace including information about children of that namespace.
string Fingerprint ()
 Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.
string Fingerprint (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.
global::System.Threading.Tasks.Task
< string > 
FingerprintAsync ()
 Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.
global::System.Threading.Tasks.Task
< string > 
FingerprintAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.

Detailed Description

Remote stub implementation of the Namespace API service.


Constructor & Destructor Documentation

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

Member Function Documentation

string vmware::vapi::metadata::cli::NamespaceStub::Fingerprint ( ) [inline]

Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.

The fingerprint provides clients an efficient way to check if the metadata for namespaces has been modified on the server.

Returns:
Fingerprint of all the namespace metadata present on the server.

Implements vmware::vapi::metadata::cli::Namespace.

string vmware::vapi::metadata::cli::NamespaceStub::Fingerprint ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.

The fingerprint provides clients an efficient way to check if the metadata for namespaces has been modified on the server.

Returns:
Fingerprint of all the namespace metadata present on the server.

Implements vmware::vapi::metadata::cli::Namespace.

global::System.Threading.Tasks.Task<string> vmware::vapi::metadata::cli::NamespaceStub::FingerprintAsync ( ) [inline]

Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.

The fingerprint provides clients an efficient way to check if the metadata for namespaces has been modified on the server.

Returns:
Fingerprint of all the namespace metadata present on the server.

Implements vmware::vapi::metadata::cli::Namespace.

global::System.Threading.Tasks.Task<string> vmware::vapi::metadata::cli::NamespaceStub::FingerprintAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.

The fingerprint provides clients an efficient way to check if the metadata for namespaces has been modified on the server.

Returns:
Fingerprint of all the namespace metadata present on the server.

Implements vmware::vapi::metadata::cli::Namespace.

vmware.vapi.metadata.cli.NamespaceTypes.Info vmware::vapi::metadata::cli::NamespaceStub::Get ( vmware.vapi.metadata.cli.NamespaceTypes.Identity  identity) [inline]

Retreives information about a namespace including information about children of that namespace.

Exceptions:
vmware.vapi.std.errors.NotFoundif a namespace corresponding to identity doesn't exist.
Parameters:
identityIdentifier of the namespace for which to retreive information.
Returns:
Information about the namespace including information about child of that namespace.

Implements vmware::vapi::metadata::cli::Namespace.

vmware.vapi.metadata.cli.NamespaceTypes.Info vmware::vapi::metadata::cli::NamespaceStub::Get ( vmware.vapi.metadata.cli.NamespaceTypes.Identity  identity,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Retreives information about a namespace including information about children of that namespace.

Exceptions:
vmware.vapi.std.errors.NotFoundif a namespace corresponding to identity doesn't exist.
Parameters:
identityIdentifier of the namespace for which to retreive information.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the namespace including information about child of that namespace.

Implements vmware::vapi::metadata::cli::Namespace.

global::System.Threading.Tasks.Task<vmware.vapi.metadata.cli.NamespaceTypes.Info> vmware::vapi::metadata::cli::NamespaceStub::GetAsync ( vmware.vapi.metadata.cli.NamespaceTypes.Identity  identity,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Retreives information about a namespace including information about children of that namespace.

Exceptions:
vmware.vapi.std.errors.NotFoundif a namespace corresponding to identity doesn't exist.
Parameters:
identityIdentifier of the namespace for which to retreive information.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the namespace including information about child of that namespace.

Implements vmware::vapi::metadata::cli::Namespace.

global::System.Threading.Tasks.Task<vmware.vapi.metadata.cli.NamespaceTypes.Info> vmware::vapi::metadata::cli::NamespaceStub::GetAsync ( vmware.vapi.metadata.cli.NamespaceTypes.Identity  identity) [inline]

Retreives information about a namespace including information about children of that namespace.

Exceptions:
vmware.vapi.std.errors.NotFoundif a namespace corresponding to identity doesn't exist.
Parameters:
identityIdentifier of the namespace for which to retreive information.
Returns:
Information about the namespace including information about child of that namespace.

Implements vmware::vapi::metadata::cli::Namespace.

global::System.Collections.Generic.List<vmware.vapi.metadata.cli.NamespaceTypes.Identity> vmware::vapi::metadata::cli::NamespaceStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns the identifiers of all namespaces registered with the infrastructure.

Returns:
Identifiers of all the namespaces.

Implements vmware::vapi::metadata::cli::Namespace.

global::System.Collections.Generic.List<vmware.vapi.metadata.cli.NamespaceTypes.Identity> vmware::vapi::metadata::cli::NamespaceStub::List ( ) [inline]

Returns the identifiers of all namespaces registered with the infrastructure.

Returns:
Identifiers of all the namespaces.

Implements vmware::vapi::metadata::cli::Namespace.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vapi.metadata.cli.NamespaceTypes.Identity> > vmware::vapi::metadata::cli::NamespaceStub::ListAsync ( ) [inline]

Returns the identifiers of all namespaces registered with the infrastructure.

Returns:
Identifiers of all the namespaces.

Implements vmware::vapi::metadata::cli::Namespace.

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

Returns the identifiers of all namespaces registered with the infrastructure.

Returns:
Identifiers of all the namespaces.

Implements vmware::vapi::metadata::cli::Namespace.


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