VMware vSphere Automation SDK for .NET 7.0.0.1
|
System
interface provides methods Get overall health of the system.
More...
Inherited by vmware::appliance::health::SystemStub.
Public Member Functions | |
global::System.DateTimeOffset | Lastcheck () |
Get last check timestamp of the health of the system. | |
global::System.DateTimeOffset | Lastcheck (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get last check timestamp of the health of the system. | |
global::System.Threading.Tasks.Task < global::System.DateTimeOffset > | LastcheckAsync () |
Get last check timestamp of the health of the system. | |
global::System.Threading.Tasks.Task < global::System.DateTimeOffset > | LastcheckAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get last check timestamp of the health of the system. | |
vmware.appliance.health.SystemTypes.HealthLevel | Get () |
Get overall health of system. | |
vmware.appliance.health.SystemTypes.HealthLevel | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get overall health of system. | |
global::System.Threading.Tasks.Task < vmware.appliance.health.SystemTypes.HealthLevel > | GetAsync () |
Get overall health of system. | |
global::System.Threading.Tasks.Task < vmware.appliance.health.SystemTypes.HealthLevel > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get overall health of system. |
System
interface provides methods Get overall health of the system.
vmware.appliance.health.SystemTypes.HealthLevel vmware::appliance::health::System::Get | ( | ) |
Get overall health of system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.
vmware.appliance.health.SystemTypes.HealthLevel vmware::appliance::health::System::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get overall health of system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.
global::System.Threading.Tasks.Task<vmware.appliance.health.SystemTypes.HealthLevel> vmware::appliance::health::System::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get overall health of system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.
global::System.Threading.Tasks.Task<vmware.appliance.health.SystemTypes.HealthLevel> vmware::appliance::health::System::GetAsync | ( | ) |
Get overall health of system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.
global::System.DateTimeOffset vmware::appliance::health::System::Lastcheck | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get last check timestamp of the health of the system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.
global::System.DateTimeOffset vmware::appliance::health::System::Lastcheck | ( | ) |
Get last check timestamp of the health of the system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.
global::System.Threading.Tasks.Task<global::System.DateTimeOffset> vmware::appliance::health::System::LastcheckAsync | ( | ) |
Get last check timestamp of the health of the system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.
global::System.Threading.Tasks.Task<global::System.DateTimeOffset> vmware::appliance::health::System::LastcheckAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get last check timestamp of the health of the system.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::SystemStub.