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

Mem interface provides methods Get memory health. More...

Inherited by vmware::appliance::health::MemStub.

List of all members.

Public Member Functions

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

Detailed Description

Mem interface provides methods Get memory health.


Member Function Documentation

vmware.appliance.health.MemTypes.HealthLevel vmware::appliance::health::Mem::Get ( )

Get memory health.

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

Implemented in vmware::appliance::health::MemStub.

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

Get memory health.

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

Implemented in vmware::appliance::health::MemStub.

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

Get memory health.

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

Implemented in vmware::appliance::health::MemStub.

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

Get memory health.

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

Implemented in vmware::appliance::health::MemStub.


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