VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::content::registries::Health Interface Reference

The Health interface provides methods to retrieve health status for a container registry. More...

Inherited by vmware::vcenter::content::registries::HealthStub.

List of all members.

Public Member Functions

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

The Health interface provides methods to retrieve health status for a container registry.


Member Function Documentation

vmware.vcenter.content.registries.HealthTypes.Info vmware::vcenter::content::registries::Health::Get ( string  registry)

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.

Implemented in vmware::vcenter::content::registries::HealthStub.

vmware.vcenter.content.registries.HealthTypes.Info vmware::vcenter::content::registries::Health::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.

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.

Implemented in vmware::vcenter::content::registries::HealthStub.

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

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.

Implemented in vmware::vcenter::content::registries::HealthStub.

global::System.Threading.Tasks.Task<vmware.vcenter.content.registries.HealthTypes.Info> vmware::vcenter::content::registries::Health::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.

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.

Implemented in vmware::vcenter::content::registries::HealthStub.


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