public class HardwareSupportStub extends com.vmware.vapi.internal.bindings.Stub implements HardwareSupport
HardwareSupport
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
HardwareSupportStub(ApiProvider apiProvider,
StubConfigurationBase config) |
HardwareSupportStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
HardwareSupportInfo |
get(java.lang.String cluster)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
void |
get(java.lang.String cluster,
AsyncCallback<HardwareSupportInfo> asyncCallback)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
void |
get(java.lang.String cluster,
AsyncCallback<HardwareSupportInfo> asyncCallback,
InvocationConfig invocationConfig)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
HardwareSupportInfo |
get(java.lang.String cluster,
InvocationConfig invocationConfig)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
public HardwareSupportStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public HardwareSupportStub(ApiProvider apiProvider, StubConfigurationBase config)
public HardwareSupportInfo get(java.lang.String cluster)
HardwareSupport
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface HardwareSupport
cluster
- Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.public HardwareSupportInfo get(java.lang.String cluster, InvocationConfig invocationConfig)
HardwareSupport
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 HardwareSupport
cluster
- Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.invocationConfig
- Configuration for the method invocation.public void get(java.lang.String cluster, AsyncCallback<HardwareSupportInfo> asyncCallback)
HardwareSupport
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Hardware Support Package (HSP) selected 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
or no Hardware Support Package
(HSP) configured in the cluster's desired state 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
. get
in interface HardwareSupport
cluster
- Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String cluster, AsyncCallback<HardwareSupportInfo> asyncCallback, InvocationConfig invocationConfig)
HardwareSupport
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) selected 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
or no Hardware Support Package
(HSP) configured in the cluster's desired state 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
. get
in interface HardwareSupport
cluster
- Identifier for the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.