public class SystemStub extends com.vmware.vapi.internal.bindings.Stub implements System
System
API service.
WARNING: Internal class, subject to change in future versions.
SystemTypes.HealthLevel
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
SystemStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SystemStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
SystemTypes.HealthLevel |
get()
Get overall health of system.
|
void |
get(AsyncCallback<SystemTypes.HealthLevel> asyncCallback)
Get overall health of system.
|
void |
get(AsyncCallback<SystemTypes.HealthLevel> asyncCallback,
InvocationConfig invocationConfig)
Get overall health of system.
|
SystemTypes.HealthLevel |
get(InvocationConfig invocationConfig)
Get overall health of system.
|
java.util.Calendar |
lastcheck()
Get last check timestamp of the health of the system.
|
void |
lastcheck(AsyncCallback<java.util.Calendar> asyncCallback)
Get last check timestamp of the health of the system.
|
void |
lastcheck(AsyncCallback<java.util.Calendar> asyncCallback,
InvocationConfig invocationConfig)
Get last check timestamp of the health of the system.
|
java.util.Calendar |
lastcheck(InvocationConfig invocationConfig)
Get last check timestamp of the health of the system.
|
public SystemStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SystemStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.Calendar lastcheck()
System
Synchronous method overload. Result of the invocation will be reported as a method return value.
public java.util.Calendar lastcheck(InvocationConfig invocationConfig)
System
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 lastcheck(AsyncCallback<java.util.Calendar> asyncCallback)
System
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
System health last check timestamp
Operation Errors:
Error
- Generic error
public void lastcheck(AsyncCallback<java.util.Calendar> asyncCallback, InvocationConfig invocationConfig)
System
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:
System health last check timestamp
Operation Errors:
Error
- Generic error
public SystemTypes.HealthLevel get()
System
Synchronous method overload. Result of the invocation will be reported as a method return value.
public SystemTypes.HealthLevel get(InvocationConfig invocationConfig)
System
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<SystemTypes.HealthLevel> asyncCallback)
System
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
System health
Operation Errors:
Error
- Generic error
public void get(AsyncCallback<SystemTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
System
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:
System health
Operation Errors:
Error
- Generic error