public class BaseImageStub extends com.vmware.vapi.internal.bindings.Stub implements BaseImage
BaseImage
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID, RESOURCE_TYPE
Constructor and Description |
---|
BaseImageStub(ApiProvider apiProvider,
StubConfigurationBase config) |
BaseImageStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
BaseImageInfo |
get(java.lang.String cluster)
Returns the desired base-image specification set for given cluster
|
void |
get(java.lang.String cluster,
AsyncCallback<BaseImageInfo> asyncCallback)
Returns the desired base-image specification set for given cluster
|
void |
get(java.lang.String cluster,
AsyncCallback<BaseImageInfo> asyncCallback,
InvocationConfig invocationConfig)
Returns the desired base-image specification set for given cluster
|
BaseImageInfo |
get(java.lang.String cluster,
InvocationConfig invocationConfig)
Returns the desired base-image specification set for given cluster
|
public BaseImageStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public BaseImageStub(ApiProvider apiProvider, StubConfigurationBase config)
public BaseImageInfo get(java.lang.String cluster)
BaseImage
Synchronous method overload. Result of the invocation will be reported as a method return value.
public BaseImageInfo get(java.lang.String cluster, InvocationConfig invocationConfig)
BaseImage
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void get(java.lang.String cluster, AsyncCallback<BaseImageInfo> asyncCallback)
BaseImage
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Base-image specification.
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 cluster associated with cluster
in the system or if
desired specification is not found.
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
. public void get(java.lang.String cluster, AsyncCallback<BaseImageInfo> asyncCallback, InvocationConfig invocationConfig)
BaseImage
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:
Base-image specification.
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 cluster associated with cluster
in the system or if
desired specification is not found.
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 BaseImage
cluster
- Identifier of 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.