public interface EdgeClusterCompatibility extends Service, EdgeClusterCompatibilityTypes
EdgeClusterCompatibility
interface provides methods to get
Namespaces compatibility information of NSX Edge Clusters.EdgeClusterCompatibilityTypes.FilterSpec, EdgeClusterCompatibilityTypes.Summary
_VAPI_SERVICE_ID
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 . |
java.util.List<EdgeClusterCompatibilityTypes.Summary> list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter)
EdgeClusterCompatibilityTypes.FilterSpec
.
Synchronous method overload. Result of the invocation will be reported as a method return value.
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
.java.util.List<EdgeClusterCompatibilityTypes.Summary> list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter, InvocationConfig invocationConfig)
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.
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
.void list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter, AsyncCallback<java.util.List<EdgeClusterCompatibilityTypes.Summary>> asyncCallback)
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:
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.void list(java.lang.String cluster, java.lang.String distributedSwitch, EdgeClusterCompatibilityTypes.FilterSpec filter, AsyncCallback<java.util.List<EdgeClusterCompatibilityTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
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:
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.