public interface Commits extends Service, CommitsTypes
Commits interface provides methods to manage committed changes to
desired software document. This interface was added in vSphere API 8.0.0.1.CommitsTypes.ApplyStatusType, CommitsTypes.Info_VAPI_SERVICE_ID, RESOURCE_TYPE| Modifier and Type | Method and Description |
|---|---|
CommitsTypes.Info |
get(java.lang.String host,
java.lang.String commit)
Returns the information about a specific commit.
|
void |
get(java.lang.String host,
java.lang.String commit,
AsyncCallback<CommitsTypes.Info> asyncCallback)
Returns the information about a specific commit.
|
void |
get(java.lang.String host,
java.lang.String commit,
AsyncCallback<CommitsTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns the information about a specific commit.
|
CommitsTypes.Info |
get(java.lang.String host,
java.lang.String commit,
InvocationConfig invocationConfig)
Returns the information about a specific commit.
|
CommitsTypes.Info get(java.lang.String host, java.lang.String commit)
Synchronous method overload. Result of the invocation will be reported as a method return value.
host - Identifier of the host.
The parameter must be an identifier for the resource type: HostSystem.commit - Identifier of the specific commit.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.commit.Error - If there is unknown internal error. The accompanying error message will give
more details about the failure.NotFound - If there is no host associated with host in the system or if working
copy of the software document is not found.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unsupported - If the host is not a vLCM managed standlone host.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Read.
HostSystem referenced by the parameter host requires VcIntegrity.lifecycleSoftwareSpecification.Read.
CommitsTypes.Info get(java.lang.String host, java.lang.String commit, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
host - Identifier of the host.
The parameter must be an identifier for the resource type: HostSystem.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.Error - If there is unknown internal error. The accompanying error message will give
more details about the failure.NotFound - If there is no host associated with host in the system or if working
copy of the software document is not found.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unsupported - If the host is not a vLCM managed standlone host.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Read.
HostSystem referenced by the parameter host requires VcIntegrity.lifecycleSoftwareSpecification.Read.
void get(java.lang.String host,
java.lang.String commit,
AsyncCallback<CommitsTypes.Info> asyncCallback)
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 host associated with host in the system or if working
copy of the software document is not found.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unsupported - If the host is not a vLCM managed standlone host.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Read.
HostSystem referenced by the parameter host requires VcIntegrity.lifecycleSoftwareSpecification.Read.
host - Identifier of the host.
The parameter must be an identifier for the resource type: HostSystem.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.void get(java.lang.String host,
java.lang.String commit,
AsyncCallback<CommitsTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
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 host associated with host in the system or if working
copy of the software document is not found.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unsupported - If the host is not a vLCM managed standlone host.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Read.
HostSystem referenced by the parameter host requires VcIntegrity.lifecycleSoftwareSpecification.Read.
host - Identifier of the host.
The parameter must be an identifier for the resource type: HostSystem.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.