public class CommitsStub extends com.vmware.vapi.internal.bindings.Stub implements Commits
Commits
API service.
WARNING: Internal class, subject to change in future versions.
CommitsTypes.Info
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID, RESOURCE_TYPE
Constructor and Description |
---|
CommitsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
CommitsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
CommitsTypes.Info |
get(java.lang.String cluster,
java.lang.String commit)
Returns the information about a specific commit.
|
void |
get(java.lang.String cluster,
java.lang.String commit,
AsyncCallback<CommitsTypes.Info> asyncCallback)
Returns the information about a specific commit.
|
void |
get(java.lang.String cluster,
java.lang.String commit,
AsyncCallback<CommitsTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns the information about a specific commit.
|
CommitsTypes.Info |
get(java.lang.String cluster,
java.lang.String commit,
InvocationConfig invocationConfig)
Returns the information about a specific commit.
|
public CommitsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public CommitsStub(ApiProvider apiProvider, StubConfigurationBase config)
public CommitsTypes.Info get(java.lang.String cluster, java.lang.String commit)
Commits
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface Commits
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.commit
- Identifier of the specific commit.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.commit
.public CommitsTypes.Info get(java.lang.String cluster, java.lang.String commit, InvocationConfig invocationConfig)
Commits
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface Commits
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.commit
- Identifier of the specific commit.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.commit
.invocationConfig
- Configuration for the method invocation.public void get(java.lang.String cluster, java.lang.String commit, AsyncCallback<CommitsTypes.Info> asyncCallback)
Commits
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Information about the commit.
Operation Errors:
Error
- If there is unknown internal error. The accompanying error message will give
more details about the failure.
NotFound
- If there is no cluster associated with cluster
in the system or if
desired specification commit is not found.
ServiceUnavailable
- If the service is not available.
Unauthenticated
- If the caller is not authenticated.
get
in interface Commits
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.commit
- Identifier of the specific commit.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.commit
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String cluster, java.lang.String commit, AsyncCallback<CommitsTypes.Info> asyncCallback, InvocationConfig invocationConfig)
Commits
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 about the commit.
Operation Errors:
Error
- If there is unknown internal error. The accompanying error message will give
more details about the failure.
NotFound
- If there is no cluster associated with cluster
in the system or if
desired specification commit is not found.
ServiceUnavailable
- If the service is not available.
Unauthenticated
- If the caller is not authenticated.
get
in interface Commits
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.commit
- Identifier of the specific commit.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.commit
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.