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

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

Inherits vmware::appliance::health::Mem.

List of all members.

Public Member Functions

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

Remote stub implementation of the Mem API service.


Constructor & Destructor Documentation

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

Member Function Documentation

vmware.appliance.health.MemTypes.HealthLevel vmware::appliance::health::MemStub::Get ( ) [inline]

Get memory health.

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

Implements vmware::appliance::health::Mem.

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

Get memory health.

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

Implements vmware::appliance::health::Mem.

global::System.Threading.Tasks.Task<vmware.appliance.health.MemTypes.HealthLevel> vmware::appliance::health::MemStub::GetAsync ( ) [inline]

Get memory health.

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

Implements vmware::appliance::health::Mem.

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

Get memory health.

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

Implements vmware::appliance::health::Mem.


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