MemTypes.HealthLevel
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
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()
Mem
Synchronous method overload. Result of the invocation will be reported as a method return value.
public MemTypes.HealthLevel get(InvocationConfig invocationConfig)
Mem
Synchronous 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)
Mem
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Memory health.
Operation Errors:
Error
- Generic error
public void get(AsyncCallback<MemTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
Mem
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:
Memory health.
Operation Errors:
Error
- Generic error