public class ServicesAppliedConfigStub extends com.vmware.vapi.internal.bindings.Stub implements ServicesAppliedConfig
ServicesAppliedConfig
API service.
WARNING: Internal class, subject to change in future versions.
ServicesAppliedConfigTypes._VAPI_OPERATIONS, ServicesAppliedConfigTypes.FilterSpec, ServicesAppliedConfigTypes.Health, ServicesAppliedConfigTypes.Info, ServicesAppliedConfigTypes.Summary
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ServicesAppliedConfigStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ServicesAppliedConfigStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
delete_Task(java.lang.String cluster)
Delete the Attestation Service configuration that has been applied to the given
cluster.
|
void |
delete_Task(java.lang.String cluster,
AsyncCallback<java.lang.String> asyncCallback)
Delete the Attestation Service configuration that has been applied to the given
cluster.
|
void |
delete_Task(java.lang.String cluster,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Delete the Attestation Service configuration that has been applied to the given
cluster.
|
java.lang.String |
delete_Task(java.lang.String cluster,
InvocationConfig invocationConfig)
Delete the Attestation Service configuration that has been applied to the given
cluster.
|
java.lang.String |
get_Task(java.lang.String cluster,
NetworkAddress address)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
void |
get_Task(java.lang.String cluster,
NetworkAddress address,
AsyncCallback<java.lang.String> asyncCallback)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
void |
get_Task(java.lang.String cluster,
NetworkAddress address,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
java.lang.String |
get_Task(java.lang.String cluster,
NetworkAddress address,
InvocationConfig invocationConfig)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
java.lang.String |
list_Task(java.lang.String cluster,
ServicesAppliedConfigTypes.FilterSpec spec)
Returns basic information about the health of all Attestation Service
configurations applied to the cluster with respect to the desired state.
|
void |
list_Task(java.lang.String cluster,
ServicesAppliedConfigTypes.FilterSpec spec,
AsyncCallback<java.lang.String> asyncCallback)
Returns basic information about the health of all Attestation Service
configurations applied to the cluster with respect to the desired state.
|
void |
list_Task(java.lang.String cluster,
ServicesAppliedConfigTypes.FilterSpec spec,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Returns basic information about the health of all Attestation Service
configurations applied to the cluster with respect to the desired state.
|
java.lang.String |
list_Task(java.lang.String cluster,
ServicesAppliedConfigTypes.FilterSpec spec,
InvocationConfig invocationConfig)
Returns basic information about the health of all Attestation Service
configurations applied to the cluster with respect to the desired state.
|
java.lang.String |
update_Task(java.lang.String cluster)
Update the applied Attestation Service configuration on the given Trusted
Cluster to be consistent with the desired state.
|
void |
update_Task(java.lang.String cluster,
AsyncCallback<java.lang.String> asyncCallback)
Update the applied Attestation Service configuration on the given Trusted
Cluster to be consistent with the desired state.
|
void |
update_Task(java.lang.String cluster,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Update the applied Attestation Service configuration on the given Trusted
Cluster to be consistent with the desired state.
|
java.lang.String |
update_Task(java.lang.String cluster,
InvocationConfig invocationConfig)
Update the applied Attestation Service configuration on the given Trusted
Cluster to be consistent with the desired state.
|
public ServicesAppliedConfigStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ServicesAppliedConfigStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.lang.String list_Task(java.lang.String cluster, ServicesAppliedConfigTypes.FilterSpec spec)
ServicesAppliedConfig
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
list_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.spec
- The specification for the subset of results desired to be returned.
If all results are returned.public java.lang.String list_Task(java.lang.String cluster, ServicesAppliedConfigTypes.FilterSpec spec, InvocationConfig invocationConfig)
ServicesAppliedConfig
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.
list_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.spec
- The specification for the subset of results desired to be returned.
If all results are returned.invocationConfig
- Configuration for the method invocation.public void list_Task(java.lang.String cluster, ServicesAppliedConfigTypes.FilterSpec spec, AsyncCallback<java.lang.String> asyncCallback)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty.
NotFound
- if no cluster corresponding to the given ID is found within this vCenter.
ResourceBusy
- if there are ongoing mutating operations.
Unauthenticated
- if the caller is not authenticated.
list_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.spec
- The specification for the subset of results desired to be returned.
If all results are returned.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void list_Task(java.lang.String cluster, ServicesAppliedConfigTypes.FilterSpec spec, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty.
NotFound
- if no cluster corresponding to the given ID is found within this vCenter.
ResourceBusy
- if there are ongoing mutating operations.
Unauthenticated
- if the caller is not authenticated.
list_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.spec
- The specification for the subset of results desired to be returned.
If all results are returned.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public java.lang.String get_Task(java.lang.String cluster, NetworkAddress address)
ServicesAppliedConfig
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
get_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.address
- The network address of the Attestation Service instance.public java.lang.String get_Task(java.lang.String cluster, NetworkAddress address, InvocationConfig invocationConfig)
ServicesAppliedConfig
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.
get_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.address
- The network address of the Attestation Service instance.invocationConfig
- Configuration for the method invocation.public void get_Task(java.lang.String cluster, NetworkAddress address, AsyncCallback<java.lang.String> asyncCallback)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty.
NotFound
- if no cluster corresponding to the given ID is found within this vCenter or if
no service corresponding to the given address is found.
Unauthenticated
- if the caller is not authenticated.
get_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.address
- The network address of the Attestation Service instance.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get_Task(java.lang.String cluster, NetworkAddress address, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty.
NotFound
- if no cluster corresponding to the given ID is found within this vCenter or if
no service corresponding to the given address is found.
Unauthenticated
- if the caller is not authenticated.
get_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.address
- The network address of the Attestation Service instance.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public java.lang.String update_Task(java.lang.String cluster)
ServicesAppliedConfig
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
update_Task
in interface ServicesAppliedConfig
cluster
- The ID of the Trusted Cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.public java.lang.String update_Task(java.lang.String cluster, InvocationConfig invocationConfig)
ServicesAppliedConfig
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 ServicesAppliedConfig
cluster
- The ID of the Trusted Cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.invocationConfig
- Configuration for the method invocation.public void update_Task(java.lang.String cluster, AsyncCallback<java.lang.String> asyncCallback)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty
NotFound
- if no cluster corresponding to the given ID is found within this vCenter.
ResourceBusy
- if there are ongoing mutating operations.
Unauthenticated
- if the caller is not authenticated.
update_Task
in interface ServicesAppliedConfig
cluster
- The ID of the Trusted Cluster against which the operation will be executed.
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 update_Task(java.lang.String cluster, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty
NotFound
- if no cluster corresponding to the given ID is found within this vCenter.
ResourceBusy
- if there are ongoing mutating operations.
Unauthenticated
- if the caller is not authenticated.
update_Task
in interface ServicesAppliedConfig
cluster
- The ID of the Trusted Cluster against which the operation will be executed.
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.public java.lang.String delete_Task(java.lang.String cluster)
ServicesAppliedConfig
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
delete_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.public java.lang.String delete_Task(java.lang.String cluster, InvocationConfig invocationConfig)
ServicesAppliedConfig
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.
delete_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
The parameter must be an identifier for the resource type: ClusterComputeResource
.invocationConfig
- Configuration for the method invocation.public void delete_Task(java.lang.String cluster, AsyncCallback<java.lang.String> asyncCallback)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty.
NotFound
- if no cluster corresponding to the given ID is found within this vCenter.
ResourceBusy
- if there are ongoing mutating operations.
Unauthenticated
- if the caller is not authenticated.
delete_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
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 delete_Task(java.lang.String cluster, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
ServicesAppliedConfig
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 a generic error.
InvalidArgument
- if the cluster ID is empty.
NotFound
- if no cluster corresponding to the given ID is found within this vCenter.
ResourceBusy
- if there are ongoing mutating operations.
Unauthenticated
- if the caller is not authenticated.
delete_Task
in interface ServicesAppliedConfig
cluster
- The ID of the cluster against which the operation will be executed.
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.