VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Mem API service. More...
Inherits vmware::appliance::health::Mem.
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. |
Remote stub implementation of the Mem API service.
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] |
vmware.appliance.health.MemTypes.HealthLevel vmware::appliance::health::MemStub::Get | ( | ) | [inline] |
Get memory health.
vmware.vapi.std.errors.Error | Generic error |
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.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::Mem.
global::System.Threading.Tasks.Task<vmware.appliance.health.MemTypes.HealthLevel> vmware::appliance::health::MemStub::GetAsync | ( | ) | [inline] |
Get memory health.
vmware.vapi.std.errors.Error | Generic error |
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.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::health::Mem.