public class DatabasestorageStub extends com.vmware.vapi.internal.bindings.Stub implements Databasestorage
Databasestorage
API service.
WARNING: Internal class, subject to change in future versions.
DatabasestorageTypes.HealthLevel
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
DatabasestorageStub(ApiProvider apiProvider,
StubConfigurationBase config) |
DatabasestorageStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
DatabasestorageTypes.HealthLevel |
get()
Get database storage health.
|
void |
get(AsyncCallback<DatabasestorageTypes.HealthLevel> asyncCallback)
Get database storage health.
|
void |
get(AsyncCallback<DatabasestorageTypes.HealthLevel> asyncCallback,
InvocationConfig invocationConfig)
Get database storage health.
|
DatabasestorageTypes.HealthLevel |
get(InvocationConfig invocationConfig)
Get database storage health.
|
public DatabasestorageStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public DatabasestorageStub(ApiProvider apiProvider, StubConfigurationBase config)
public DatabasestorageTypes.HealthLevel get()
Databasestorage
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface Databasestorage
public DatabasestorageTypes.HealthLevel get(InvocationConfig invocationConfig)
Databasestorage
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface Databasestorage
invocationConfig
- Configuration for the method invocation.public void get(AsyncCallback<DatabasestorageTypes.HealthLevel> asyncCallback)
Databasestorage
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Database storage health
Operation Errors:
Error
- Generic error
get
in interface Databasestorage
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<DatabasestorageTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
Databasestorage
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Database storage health
Operation Errors:
Error
- Generic error
get
in interface Databasestorage
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.