public class EffectiveComponentsStub extends com.vmware.vapi.internal.bindings.Stub implements EffectiveComponents
EffectiveComponents
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
EffectiveComponentsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
EffectiveComponentsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
list(java.lang.String cluster)
Returns the effective components for the cluster.
|
void |
list(java.lang.String cluster,
AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the effective components for the cluster.
|
void |
list(java.lang.String cluster,
AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
InvocationConfig invocationConfig)
Returns the effective components for the cluster.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
list(java.lang.String cluster,
InvocationConfig invocationConfig)
Returns the effective components for the cluster.
|
public EffectiveComponentsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public EffectiveComponentsStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.Map<java.lang.String,EffectiveComponentInfo> list(java.lang.String cluster)
EffectiveComponents
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface EffectiveComponents
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.Map
will be an identifier for the
resource type: com.vmware.esx.settings.component
.public java.util.Map<java.lang.String,EffectiveComponentInfo> list(java.lang.String cluster, InvocationConfig invocationConfig)
EffectiveComponents
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
list
in interface EffectiveComponents
cluster
- Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource
.invocationConfig
- Configuration for the method invocation.Map
will be an identifier for the
resource type: com.vmware.esx.settings.component
.public void list(java.lang.String cluster, AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
EffectiveComponents
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Map of effective components keyed by their identifier.
The key in the return value Map
will be an identifier for the
resource type: com.vmware.esx.settings.component
.
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.
ServiceUnavailable
- If the service is not available.
Unauthenticated
- If the caller is not authenticated.
list
in interface EffectiveComponents
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.public void list(java.lang.String cluster, AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback, InvocationConfig invocationConfig)
EffectiveComponents
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:
Map of effective components keyed by their identifier.
The key in the return value Map
will be an identifier for the
resource type: com.vmware.esx.settings.component
.
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.
ServiceUnavailable
- If the service is not available.
Unauthenticated
- If the caller is not authenticated.
list
in interface EffectiveComponents
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.