public class ClusterAvailableVersionsStub extends com.vmware.vapi.internal.bindings.Stub implements ClusterAvailableVersions
ClusterAvailableVersions
API service.
WARNING: Internal class, subject to change in future versions.
ClusterAvailableVersionsTypes.Summary
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ClusterAvailableVersionsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ClusterAvailableVersionsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClusterAvailableVersionsTypes.Summary> |
list()
Get information about each available upgrade.
|
void |
list(AsyncCallback<java.util.List<ClusterAvailableVersionsTypes.Summary>> asyncCallback)
Get information about each available upgrade.
|
void |
list(AsyncCallback<java.util.List<ClusterAvailableVersionsTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Get information about each available upgrade.
|
java.util.List<ClusterAvailableVersionsTypes.Summary> |
list(InvocationConfig invocationConfig)
Get information about each available upgrade.
|
public ClusterAvailableVersionsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ClusterAvailableVersionsStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<ClusterAvailableVersionsTypes.Summary> list()
ClusterAvailableVersions
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface ClusterAvailableVersions
public java.util.List<ClusterAvailableVersionsTypes.Summary> list(InvocationConfig invocationConfig)
ClusterAvailableVersions
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
list
in interface ClusterAvailableVersions
invocationConfig
- Configuration for the method invocation.public void list(AsyncCallback<java.util.List<ClusterAvailableVersionsTypes.Summary>> asyncCallback)
ClusterAvailableVersions
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Information for each upgrade.
Operation Errors:
Error
- if the system reports an error while responding to the request.
Unauthenticated
- if the user can not be authenticated.
Unauthorized
- if the user does not have System.Read privilege.
list
in interface ClusterAvailableVersions
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void list(AsyncCallback<java.util.List<ClusterAvailableVersionsTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
ClusterAvailableVersions
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:
Information for each upgrade.
Operation Errors:
Error
- if the system reports an error while responding to the request.
Unauthenticated
- if the user can not be authenticated.
Unauthorized
- if the user does not have System.Read privilege.
list
in interface ClusterAvailableVersions
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.