MemTypes.HealthLevel
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
MemStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
MemStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
MemTypes.HealthLevel |
get()
Get memory health.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<MemTypes.HealthLevel> asyncCallback)
Get memory health.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<MemTypes.HealthLevel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get memory health.
|
MemTypes.HealthLevel |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get memory health.
|
public MemStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public MemStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.AsyncCallback<MemTypes.HealthLevel> asyncCallback, com.vmware.vapi.bindings.client.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