public interface VcgEntries extends Service, VcgEntriesTypes
VcgEntriesTypes._VAPI_OPERATIONS, VcgEntriesTypes.Key, VcgEntriesTypes.ProductSelectionSpec, VcgEntriesTypes.UpdateSpec
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
java.lang.String |
update_Task(java.lang.String cluster,
VcgEntriesTypes.UpdateSpec updateSpec)
Updates the storage device VMware Compatibility Guide (VCG) product overrides
for a cluster.
|
void |
update_Task(java.lang.String cluster,
VcgEntriesTypes.UpdateSpec updateSpec,
AsyncCallback<java.lang.String> asyncCallback)
Updates the storage device VMware Compatibility Guide (VCG) product overrides
for a cluster.
|
void |
update_Task(java.lang.String cluster,
VcgEntriesTypes.UpdateSpec updateSpec,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Updates the storage device VMware Compatibility Guide (VCG) product overrides
for a cluster.
|
java.lang.String |
update_Task(java.lang.String cluster,
VcgEntriesTypes.UpdateSpec updateSpec,
InvocationConfig invocationConfig)
Updates the storage device VMware Compatibility Guide (VCG) product overrides
for a cluster.
|
java.lang.String update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec)
CheckResult
if any, based on
the additional information provided by the vcg product overrides for the
devices. The storage device categorization based on the compliance status from
the last check result will remain the same until a com.vmware.esx.settings.clusters.software.reports.HardwareCompatibility#check
method is invoked. This method was added in vSphere API 7.0.2.1.
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.updateSpec
- Specification for updating the compatibility overrides for the cluster.Error
- if there is an unknown error. The accompanying error message will give more
details about the failure.NotFound
- if there is no cluster associated with the cluster
InvalidArgument
- if one of the values in the update specification is invalid.Unauthenticated
- if the user cannot be authenticated.Unauthorized
- if the user doesn't have the required privileges.java.lang.String update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec, InvocationConfig invocationConfig)
CheckResult
if any, based on
the additional information provided by the vcg product overrides for the
devices. The storage device categorization based on the compliance status from
the last check result will remain the same until a com.vmware.esx.settings.clusters.software.reports.HardwareCompatibility#check
method is invoked. This method was added in vSphere API 7.0.2.1.
Synchronous method overload. Result of the invocation is a task
identifier which will be returned by this method.
Use invocationConfig
to specify configuration for this particular invocation.
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.updateSpec
- Specification for updating the compatibility overrides for the cluster.invocationConfig
- Configuration for the method invocation.Error
- if there is an unknown error. The accompanying error message will give more
details about the failure.NotFound
- if there is no cluster associated with the cluster
InvalidArgument
- if one of the values in the update specification is invalid.Unauthenticated
- if the user cannot be authenticated.Unauthorized
- if the user doesn't have the required privileges.void update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec, AsyncCallback<java.lang.String> asyncCallback)
CheckResult
if any, based on
the additional information provided by the vcg product overrides for the
devices. The storage device categorization based on the compliance status from
the last check result will remain the same until a com.vmware.esx.settings.clusters.software.reports.HardwareCompatibility#check
method is invoked. This method was added in vSphere API 7.0.2.1.
Asynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback
.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
Error
- if there is an unknown error. The accompanying error message will give more
details about the failure.
NotFound
- if there is no cluster associated with the cluster
InvalidArgument
- if one of the values in the update specification is invalid.
Unauthenticated
- if the user cannot be authenticated.
Unauthorized
- if the user doesn't have the required privileges.
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.updateSpec
- Specification for updating the compatibility overrides for the cluster.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
CheckResult
if any, based on
the additional information provided by the vcg product overrides for the
devices. The storage device categorization based on the compliance status from
the last check result will remain the same until a com.vmware.esx.settings.clusters.software.reports.HardwareCompatibility#check
method is invoked. This method was added in vSphere API 7.0.2.1.
Asynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
Error
- if there is an unknown error. The accompanying error message will give more
details about the failure.
NotFound
- if there is no cluster associated with the cluster
InvalidArgument
- if one of the values in the update specification is invalid.
Unauthenticated
- if the user cannot be authenticated.
Unauthorized
- if the user doesn't have the required privileges.
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.updateSpec
- Specification for updating the compatibility overrides for the cluster.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.