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

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

Inherits vmware::appliance::health::Storage.

List of all members.

Public Member Functions

 StorageStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 StorageStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.appliance.health.StorageTypes.HealthLevel Get ()
 Get storage health.
vmware.appliance.health.StorageTypes.HealthLevel Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get storage health.
global::System.Threading.Tasks.Task
< vmware.appliance.health.StorageTypes.HealthLevel
GetAsync ()
 Get storage health.
global::System.Threading.Tasks.Task
< vmware.appliance.health.StorageTypes.HealthLevel
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get storage health.

Detailed Description

Remote stub implementation of the Storage API service.


Constructor & Destructor Documentation

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

Member Function Documentation

vmware.appliance.health.StorageTypes.HealthLevel vmware::appliance::health::StorageStub::Get ( ) [inline]

Get storage health.

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

Implements vmware::appliance::health::Storage.

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

Get storage health.

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

Implements vmware::appliance::health::Storage.

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

Get storage health.

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

Implements vmware::appliance::health::Storage.

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

Get storage health.

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

Implements vmware::appliance::health::Storage.


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