VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::Health Interface Reference

The Health interface provides methods to retrieve the appliance health information. More...

Inherited by vmware::appliance::HealthStub.

List of all members.

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.

Detailed Description

The Health interface provides methods to retrieve the appliance health information.

This interface was added in vSphere API 6.7.


Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.NotFoundUnknown health item
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
itemID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health .
Returns:
List of the health messages

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.

Exceptions:
vmware.vapi.std.errors.NotFoundUnknown health item
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
itemID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of the health messages

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.

Exceptions:
vmware.vapi.std.errors.NotFoundUnknown health item
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
itemID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health .
Returns:
List of the health messages

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.

Exceptions:
vmware.vapi.std.errors.NotFoundUnknown health item
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
itemID of the data item The parameter must be an identifier for the resource type: com.vmware.appliance.health .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of the health messages

Implemented in vmware::appliance::HealthStub.


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