|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Health interface provides methods to retrieve health status for a container registry.
More...
Inherited by vmware::vcenter::content::registries::HealthStub.
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. | |
The Health interface provides methods to retrieve health status for a container registry.
| 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.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.NotFound | if the registry does not exist. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user is not a member of the Administrators |
| registry | Identifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.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.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.NotFound | if the registry does not exist. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user is not a member of the Administrators |
| registry | Identifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.Registry . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.NotFound | if the registry does not exist. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user is not a member of the Administrators |
| registry | Identifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.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.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.NotFound | if the registry does not exist. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user is not a member of the Administrators |
| registry | Identifier of the registry. The parameter must be an identifier for the resource type: com.vmware.vcenter.content.Registry . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::content::registries::HealthStub.