public class VcgEntriesStub extends com.vmware.vapi.internal.bindings.Stub implements VcgEntries
VcgEntries
API service.
WARNING: Internal class, subject to change in future versions.
VcgEntriesTypes._VAPI_OPERATIONS, VcgEntriesTypes.Key, VcgEntriesTypes.ProductSelectionSpec, VcgEntriesTypes.UpdateSpec
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
VcgEntriesStub(ApiProvider apiProvider,
StubConfigurationBase config) |
VcgEntriesStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
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.
|
public VcgEntriesStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public VcgEntriesStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.lang.String update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec)
VcgEntries
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.
update_Task
in interface VcgEntries
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.public java.lang.String update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec, InvocationConfig invocationConfig)
VcgEntries
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.
update_Task
in interface VcgEntries
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.public void update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec, AsyncCallback<java.lang.String> asyncCallback)
VcgEntries
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.
update_Task
in interface VcgEntries
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.public void update_Task(java.lang.String cluster, VcgEntriesTypes.UpdateSpec updateSpec, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
VcgEntries
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.
update_Task
in interface VcgEntries
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.