VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::HealthStub Class Reference

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

Inherits vmware::appliance::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)
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

Remote stub implementation of the Health API service.


Constructor & Destructor Documentation

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

Member Function Documentation

global::System.Collections.Generic.List<vmware.appliance.Notification> vmware::appliance::HealthStub::Messages ( string  item) [inline]

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

Implements vmware::appliance::Health.

global::System.Collections.Generic.List<vmware.appliance.Notification> vmware::appliance::HealthStub::Messages ( string  item,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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

Implements vmware::appliance::Health.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.Notification> > vmware::appliance::HealthStub::MessagesAsync ( string  item) [inline]

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

Implements vmware::appliance::Health.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.Notification> > vmware::appliance::HealthStub::MessagesAsync ( string  item,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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

Implements vmware::appliance::Health.


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