MemTypes.HealthLevel| Constructor and Description |
|---|
MemStub(ApiProvider apiProvider,
StubConfigurationBase config) |
MemStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
MemTypes.HealthLevel |
get()
Get memory health.
|
void |
get(AsyncCallback<MemTypes.HealthLevel> asyncCallback)
Get memory health.
|
void |
get(AsyncCallback<MemTypes.HealthLevel> asyncCallback,
InvocationConfig invocationConfig)
Get memory health.
|
MemTypes.HealthLevel |
get(InvocationConfig invocationConfig)
Get memory health.
|
public MemStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public MemStub(ApiProvider apiProvider, StubConfigurationBase config)
public MemTypes.HealthLevel get()
MemSynchronous method overload. Result of the invocation will be reported as a method return value.
public MemTypes.HealthLevel get(InvocationConfig invocationConfig)
MemSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(AsyncCallback<MemTypes.HealthLevel> asyncCallback)
MemAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
Memory health.
Operation Errors:
Error - Generic error
public void get(AsyncCallback<MemTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
MemAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
Memory health.
Operation Errors:
Error - Generic error