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

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

Inherits vmware::appliance::health::System.

List of all members.

Public Member Functions

 SystemStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 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.

Detailed Description

Remote stub implementation of the System API service.


Constructor & Destructor Documentation

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

Member Function Documentation

vmware.appliance.health.SystemTypes.HealthLevel vmware::appliance::health::SystemStub::Get ( ) [inline]

Get overall health of system.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health last check timestamp

Implements vmware::appliance::health::System.

global::System.DateTimeOffset vmware::appliance::health::SystemStub::Lastcheck ( ) [inline]

Get last check timestamp of the health of the system.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health last check timestamp

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health last check timestamp

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
System health last check timestamp

Implements vmware::appliance::health::System.


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