VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Health
interface provides methods to retrieve the appliance health information.
More...
Inherited by vmware::appliance::HealthStub.
Public Member Functions | |
global::System.Collections.Generic.List < vmware.appliance.Notification > | Messages (string item) |
Get health messages. | |
global::System.Collections.Generic.List < vmware.appliance.Notification > | Messages (string item, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get health messages. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.Notification > > | MessagesAsync (string item) |
Get health messages. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.Notification > > | MessagesAsync (string item, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get health messages. |
The Health
interface provides methods to retrieve the appliance health information.
This interface was added in vSphere API 6.7.
global::System.Collections.Generic.List<vmware.appliance.Notification> vmware::appliance::Health::Messages | ( | string | item | ) |
Get health messages.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | Unknown health item |
vmware.vapi.std.errors.Error | Generic error |
item | ID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health . |
Implemented in vmware::appliance::HealthStub.
global::System.Collections.Generic.List<vmware.appliance.Notification> vmware::appliance::Health::Messages | ( | string | item, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get health messages.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | Unknown health item |
vmware.vapi.std.errors.Error | Generic error |
item | ID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::HealthStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.Notification> > vmware::appliance::Health::MessagesAsync | ( | string | item | ) |
Get health messages.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | Unknown health item |
vmware.vapi.std.errors.Error | Generic error |
item | ID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health . |
Implemented in vmware::appliance::HealthStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.Notification> > vmware::appliance::Health::MessagesAsync | ( | string | item, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get health messages.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | Unknown health item |
vmware.vapi.std.errors.Error | Generic error |
item | ID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::HealthStub.