|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the System API service. More...
Inherits vmware::appliance::health::System.
Public Member Functions | |
| SystemStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| 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. | |
Remote stub implementation of the System API service.
| vmware::appliance::health::SystemStub::SystemStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.appliance.health.SystemTypes.HealthLevel vmware::appliance::health::SystemStub::Get | ( | ) | [inline] |
Get overall health of system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.
| vmware.appliance.health.SystemTypes.HealthLevel vmware::appliance::health::SystemStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get overall health of system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.
| global::System.Threading.Tasks.Task<vmware.appliance.health.SystemTypes.HealthLevel> vmware::appliance::health::SystemStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get overall health of system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.
| global::System.Threading.Tasks.Task<vmware.appliance.health.SystemTypes.HealthLevel> vmware::appliance::health::SystemStub::GetAsync | ( | ) | [inline] |
Get overall health of system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.
| global::System.DateTimeOffset vmware::appliance::health::SystemStub::Lastcheck | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get last check timestamp of the health of the system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.
| global::System.DateTimeOffset vmware::appliance::health::SystemStub::Lastcheck | ( | ) | [inline] |
Get last check timestamp of the health of the system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.
| global::System.Threading.Tasks.Task<global::System.DateTimeOffset> vmware::appliance::health::SystemStub::LastcheckAsync | ( | ) | [inline] |
Get last check timestamp of the health of the system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.
| global::System.Threading.Tasks.Task<global::System.DateTimeOffset> vmware::appliance::health::SystemStub::LastcheckAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get last check timestamp of the health of the system.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::System.