public interface HardwareSupport extends Service, HardwareSupportTypes
HardwareSupport interface provides methods to manage a cluster's
Hardware Support Package (HSP) configuration in working copy documents._VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String cluster,
java.lang.String draft)
Deletes a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> asyncCallback)
Deletes a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
delete(java.lang.String cluster,
java.lang.String draft,
InvocationConfig invocationConfig)
Deletes a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
HardwareSupportInfo |
get(java.lang.String cluster,
java.lang.String draft)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<HardwareSupportInfo> asyncCallback)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<HardwareSupportInfo> asyncCallback,
InvocationConfig invocationConfig)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
HardwareSupportInfo |
get(java.lang.String cluster,
java.lang.String draft,
InvocationConfig invocationConfig)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec)
Replaces a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Replaces a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Replaces a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec,
InvocationConfig invocationConfig)
Replaces a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void delete(java.lang.String cluster,
java.lang.String draft)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. void delete(java.lang.String cluster,
java.lang.String draft,
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.
cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.invocationConfig - Configuration for the method invocation.Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. void delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> 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.
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.HardwareSupportInfo get(java.lang.String cluster, java.lang.String draft)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Read. HardwareSupportInfo get(java.lang.String cluster, java.lang.String draft, 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.
cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.invocationConfig - Configuration for the method invocation.Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Read. void get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<HardwareSupportInfo> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Hardware Support Package (HSP) configured for use
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Read. cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<HardwareSupportInfo> 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:
Hardware Support Package (HSP) configured for use
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Read. cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - new Hardware Support Package (HSP) configuration for the clusterError - If there is some unknown internal error. The accompanying error message will
give more details about the failure.InvalidArgumentNotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. void set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec,
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.
cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - new Hardware Support Package (HSP) configuration for the clusterinvocationConfig - Configuration for the method invocation.Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.InvalidArgumentNotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. void set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
InvalidArgument -
NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - new Hardware Support Package (HSP) configuration for the clusterasyncCallback - Receives the status (progress, result or error) of the operation invocation.void set(java.lang.String cluster,
java.lang.String draft,
HardwareSupportSpec spec,
AsyncCallback<java.lang.Void> 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.
Operation Errors:
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
InvalidArgument -
NotFound - If there is no cluster named cluster, no working copy document draft in the system, or no Hardware Support Package (HSP) configured as part of
the working copy document.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareSpecification.Write.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareSpecification.Write. cluster - Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of image working copy document being updated
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - new Hardware Support Package (HSP) configuration for the clusterasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.