VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::health::Swap Interface Reference

Swap interface provides methods Get swap health. More...

Inherited by vmware::appliance::health::SwapStub.

List of all members.

Public Member Functions

vmware.appliance.health.SwapTypes.HealthLevel Get ()
 Get swap health.
vmware.appliance.health.SwapTypes.HealthLevel Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get swap health.
global::System.Threading.Tasks.Task
< vmware.appliance.health.SwapTypes.HealthLevel
GetAsync ()
 Get swap health.
global::System.Threading.Tasks.Task
< vmware.appliance.health.SwapTypes.HealthLevel
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get swap health.

Detailed Description

Swap interface provides methods Get swap health.


Member Function Documentation

vmware.appliance.health.SwapTypes.HealthLevel vmware::appliance::health::Swap::Get ( )

Get swap health.

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

Implemented in vmware::appliance::health::SwapStub.

vmware.appliance.health.SwapTypes.HealthLevel vmware::appliance::health::Swap::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get swap health.

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

Implemented in vmware::appliance::health::SwapStub.

global::System.Threading.Tasks.Task<vmware.appliance.health.SwapTypes.HealthLevel> vmware::appliance::health::Swap::GetAsync ( )

Get swap health.

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

Implemented in vmware::appliance::health::SwapStub.

global::System.Threading.Tasks.Task<vmware.appliance.health.SwapTypes.HealthLevel> vmware::appliance::health::Swap::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get swap health.

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

Implemented in vmware::appliance::health::SwapStub.


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