VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Health API service. More...
Inherits vmware::appliance::Health.
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. |
Remote stub implementation of the Health API service.
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] |
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.
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 . |
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.
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 |
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.
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 . |
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.
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 |
Implements vmware::appliance::Health.