VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::content::registries::HealthStub Class Reference

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

Inherits vmware::vcenter::content::registries::Health.

List of all members.

Public Member Functions

 HealthStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 HealthStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.vcenter.content.registries.HealthTypes.Info Get (string registry)
 Returns the health information of a container registry in the vCenter.
vmware.vcenter.content.registries.HealthTypes.Info Get (string registry, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the health information of a container registry in the vCenter.
global::System.Threading.Tasks.Task
< vmware.vcenter.content.registries.HealthTypes.Info
GetAsync (string registry)
 Returns the health information of a container registry in the vCenter.
global::System.Threading.Tasks.Task
< vmware.vcenter.content.registries.HealthTypes.Info
GetAsync (string registry, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the health information of a container registry in the vCenter.

Detailed Description

Remote stub implementation of the Health API service.


Constructor & Destructor Documentation

vmware::vcenter::content::registries::HealthStub::HealthStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::content::registries::HealthStub::HealthStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vcenter.content.registries.HealthTypes.Info vmware::vcenter::content::registries::HealthStub::Get ( string  registry) [inline]

Returns the health information of a container registry in the vCenter.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the registry does not exist.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user is not a member of the Administrators
Parameters:
registryIdentifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.Registry .
Returns:
Health information of the registry.

Implements vmware::vcenter::content::registries::Health.

vmware.vcenter.content.registries.HealthTypes.Info vmware::vcenter::content::registries::HealthStub::Get ( string  registry,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns the health information of a container registry in the vCenter.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the registry does not exist.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user is not a member of the Administrators
Parameters:
registryIdentifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.Registry .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Health information of the registry.

Implements vmware::vcenter::content::registries::Health.

global::System.Threading.Tasks.Task<vmware.vcenter.content.registries.HealthTypes.Info> vmware::vcenter::content::registries::HealthStub::GetAsync ( string  registry) [inline]

Returns the health information of a container registry in the vCenter.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the registry does not exist.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user is not a member of the Administrators
Parameters:
registryIdentifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.Registry .
Returns:
Health information of the registry.

Implements vmware::vcenter::content::registries::Health.

global::System.Threading.Tasks.Task<vmware.vcenter.content.registries.HealthTypes.Info> vmware::vcenter::content::registries::HealthStub::GetAsync ( string  registry,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns the health information of a container registry in the vCenter.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the registry does not exist.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user is not a member of the Administrators
Parameters:
registryIdentifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.Registry .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Health information of the registry.

Implements vmware::vcenter::content::registries::Health.


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