public class AddOnStub extends com.vmware.vapi.internal.bindings.Stub implements AddOn
AddOn
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, securityContext_VAPI_SERVICE_ID, RESOURCE_TYPE| Constructor and Description |
|---|
AddOnStub(ApiProvider apiProvider,
StubConfigurationBase config) |
AddOnStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String cluster,
java.lang.String draft)
Deletes the desired OEM add-on specification in the software draft.
|
void |
delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> asyncCallback)
Deletes the desired OEM add-on specification in the software draft.
|
void |
delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the desired OEM add-on specification in the software draft.
|
void |
delete(java.lang.String cluster,
java.lang.String draft,
InvocationConfig invocationConfig)
Deletes the desired OEM add-on specification in the software draft.
|
AddOnInfo |
get(java.lang.String cluster,
java.lang.String draft)
Returns the OEM add-on specification in a software draft.
|
void |
get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<AddOnInfo> asyncCallback)
Returns the OEM add-on specification in a software draft.
|
void |
get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<AddOnInfo> asyncCallback,
InvocationConfig invocationConfig)
Returns the OEM add-on specification in a software draft.
|
AddOnInfo |
get(java.lang.String cluster,
java.lang.String draft,
InvocationConfig invocationConfig)
Returns the OEM add-on specification in a software draft.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec)
Sets a new desired OEM add-on specification in the software draft.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Sets a new desired OEM add-on specification in the software draft.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Sets a new desired OEM add-on specification in the software draft.
|
void |
set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec,
InvocationConfig invocationConfig)
Sets a new desired OEM add-on specification in the software draft.
|
public AddOnStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public AddOnStub(ApiProvider apiProvider, StubConfigurationBase config)
public AddOnInfo get(java.lang.String cluster, java.lang.String draft)
AddOnSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.public AddOnInfo get(java.lang.String cluster, java.lang.String draft, InvocationConfig invocationConfig)
AddOnSynchronous 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 AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.invocationConfig - Configuration for the method invocation.public void get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<AddOnInfo> asyncCallback)
AddOnAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
OEM add-on 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 or no draft associated
with draft in the system or no add-on specification is set.
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 AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
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.public void get(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<AddOnInfo> asyncCallback,
InvocationConfig invocationConfig)
AddOnAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
OEM add-on 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 or no draft associated
with draft in the system or no add-on specification is set.
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 AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
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.public void set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec)
AddOnSynchronous method overload. Result of the invocation will be reported as a method return value.
set in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - AddOn specification.public void set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec,
InvocationConfig invocationConfig)
AddOnSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
set in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - AddOn specification.invocationConfig - Configuration for the method invocation.public void set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
AddOnAsynchronous 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 associated with cluster or no draft associated
with draft in the system.
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. set in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - AddOn specification.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void set(java.lang.String cluster,
java.lang.String draft,
AddOnSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
AddOnAsynchronous 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 associated with cluster or no draft associated
with draft in the system.
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. set in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.spec - AddOn specification.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String cluster,
java.lang.String draft)
AddOnSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.public void delete(java.lang.String cluster,
java.lang.String draft,
InvocationConfig invocationConfig)
AddOnSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> asyncCallback)
AddOnAsynchronous 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 associated with cluster or no draft associated
with draft in the system.
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. delete in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
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.public void delete(java.lang.String cluster,
java.lang.String draft,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
AddOnAsynchronous 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 associated with cluster or no draft associated
with draft in the system.
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. delete in interface AddOncluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.draft - Identifier of the working copy document.
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.