public class EdgeClusterCompatibilityStub extends com.vmware.vapi.internal.bindings.Stub implements EdgeClusterCompatibility
EdgeClusterCompatibility
API service.
WARNING: Internal class, subject to change in future versions.
EdgeClusterCompatibilityTypes.FilterSpec, EdgeClusterCompatibilityTypes.Summary
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
EdgeClusterCompatibilityStub(ApiProvider apiProvider,
StubConfigurationBase config) |
EdgeClusterCompatibilityStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EdgeClusterCompatibilityTypes.Summary> |
list(java.lang.String cluster,
java.lang.String distributedSwitch,
EdgeClusterCompatibilityTypes.FilterSpec filter)
Returns Namespaces compatibility information of NSX-T Edge Clusters matching the
EdgeClusterCompatibilityTypes.FilterSpec . |
void |
list(java.lang.String cluster,
java.lang.String distributedSwitch,
EdgeClusterCompatibilityTypes.FilterSpec filter,
AsyncCallback<java.util.List<EdgeClusterCompatibilityTypes.Summary>> asyncCallback)
Returns Namespaces compatibility information of NSX-T Edge Clusters matching the
EdgeClusterCompatibilityTypes.FilterSpec . |
void |
list(java.lang.String cluster,
java.lang.String distributedSwitch,
EdgeClusterCompatibilityTypes.FilterSpec filter,
AsyncCallback<java.util.List<EdgeClusterCompatibilityTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Returns Namespaces compatibility information of NSX-T Edge Clusters matching the
EdgeClusterCompatibilityTypes.FilterSpec . |
java.util.List<EdgeClusterCompatibilityTypes.Summary> |
list(java.lang.String cluster,
java.lang.String distributedSwitch,
EdgeClusterCompatibilityTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Returns Namespaces compatibility information of NSX-T Edge Clusters matching the
EdgeClusterCompatibilityTypes.FilterSpec . |
public EdgeClusterCompatibilityStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public EdgeClusterCompatibilityStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<EdgeClusterCompatibilityTypes.Summary> list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter)
EdgeClusterCompatibility
EdgeClusterCompatibilityTypes.FilterSpec
.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface EdgeClusterCompatibility
cluster
- Identifier of a vCenter Cluster. Only Edge Clusters that are associated with the
particular vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.distributedSwitch
- Identifier of a Distributed Switch. Only Edge Clusters that are associated with
the particular Distributed Switch will be considered by the filter.
The parameter must be an identifier for the resource type: vSphereDistributedSwitch
.filter
- Specification of matching Edge Clusters for which information should be
returned.
If null
, the behavior is equivalent to a EdgeClusterCompatibilityTypes.FilterSpec
with all properties null
which means all Edge Clusters match the filter.EdgeClusterCompatibilityTypes.FilterSpec
.public java.util.List<EdgeClusterCompatibilityTypes.Summary> list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter, InvocationConfig invocationConfig)
EdgeClusterCompatibility
EdgeClusterCompatibilityTypes.FilterSpec
.
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 EdgeClusterCompatibility
cluster
- Identifier of a vCenter Cluster. Only Edge Clusters that are associated with the
particular vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.distributedSwitch
- Identifier of a Distributed Switch. Only Edge Clusters that are associated with
the particular Distributed Switch will be considered by the filter.
The parameter must be an identifier for the resource type: vSphereDistributedSwitch
.filter
- Specification of matching Edge Clusters for which information should be
returned.
If null
, the behavior is equivalent to a EdgeClusterCompatibilityTypes.FilterSpec
with all properties null
which means all Edge Clusters match the filter.invocationConfig
- Configuration for the method invocation.EdgeClusterCompatibilityTypes.FilterSpec
.public void list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter, AsyncCallback<java.util.List<EdgeClusterCompatibilityTypes.Summary>> asyncCallback)
EdgeClusterCompatibility
EdgeClusterCompatibilityTypes.FilterSpec
.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
List of summaries of Edge Clusters associated with the given vCenter Cluster and
Distributed Switch matching the EdgeClusterCompatibilityTypes.FilterSpec
.
Operation Errors:
list
in interface EdgeClusterCompatibility
cluster
- Identifier of a vCenter Cluster. Only Edge Clusters that are associated with the
particular vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.distributedSwitch
- Identifier of a Distributed Switch. Only Edge Clusters that are associated with
the particular Distributed Switch will be considered by the filter.
The parameter must be an identifier for the resource type: vSphereDistributedSwitch
.filter
- Specification of matching Edge Clusters for which information should be
returned.
If null
, the behavior is equivalent to a EdgeClusterCompatibilityTypes.FilterSpec
with all properties null
which means all Edge Clusters match the filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter, AsyncCallback<java.util.List<EdgeClusterCompatibilityTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
EdgeClusterCompatibility
EdgeClusterCompatibilityTypes.FilterSpec
.
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:
List of summaries of Edge Clusters associated with the given vCenter Cluster and
Distributed Switch matching the EdgeClusterCompatibilityTypes.FilterSpec
.
Operation Errors:
list
in interface EdgeClusterCompatibility
cluster
- Identifier of a vCenter Cluster. Only Edge Clusters that are associated with the
particular vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.distributedSwitch
- Identifier of a Distributed Switch. Only Edge Clusters that are associated with
the particular Distributed Switch will be considered by the filter.
The parameter must be an identifier for the resource type: vSphereDistributedSwitch
.filter
- Specification of matching Edge Clusters for which information should be
returned.
If null
, the behavior is equivalent to a EdgeClusterCompatibilityTypes.FilterSpec
with all properties null
which means all Edge Clusters match the filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.