public interface DistributedSwitchCompatibility extends Service, DistributedSwitchCompatibilityTypes
DistributedSwitchCompatibility
interface provides methods to get
Namespaces compatibility information of Distributed Switches in this vCenter.DistributedSwitchCompatibilityTypes.FilterSpec, DistributedSwitchCompatibilityTypes.Summary
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
java.util.List<DistributedSwitchCompatibilityTypes.Summary> |
list(java.lang.String cluster,
DistributedSwitchCompatibilityTypes.FilterSpec filter)
Returns Namespaces compatibility information of Distributed Switches in vCenter
associated with the vCenter cluster, matching the
DistributedSwitchCompatibilityTypes.FilterSpec . |
void |
list(java.lang.String cluster,
DistributedSwitchCompatibilityTypes.FilterSpec filter,
AsyncCallback<java.util.List<DistributedSwitchCompatibilityTypes.Summary>> asyncCallback)
Returns Namespaces compatibility information of Distributed Switches in vCenter
associated with the vCenter cluster, matching the
DistributedSwitchCompatibilityTypes.FilterSpec . |
void |
list(java.lang.String cluster,
DistributedSwitchCompatibilityTypes.FilterSpec filter,
AsyncCallback<java.util.List<DistributedSwitchCompatibilityTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Returns Namespaces compatibility information of Distributed Switches in vCenter
associated with the vCenter cluster, matching the
DistributedSwitchCompatibilityTypes.FilterSpec . |
java.util.List<DistributedSwitchCompatibilityTypes.Summary> |
list(java.lang.String cluster,
DistributedSwitchCompatibilityTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Returns Namespaces compatibility information of Distributed Switches in vCenter
associated with the vCenter cluster, matching the
DistributedSwitchCompatibilityTypes.FilterSpec . |
java.util.List<DistributedSwitchCompatibilityTypes.Summary> list(java.lang.String cluster, DistributedSwitchCompatibilityTypes.FilterSpec filter)
DistributedSwitchCompatibilityTypes.FilterSpec
.
Synchronous method overload. Result of the invocation will be reported as a method return value.
cluster
- Identifier of a vCenter Cluster. Only Distributed Switches associated with the
vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.filter
- Specification of matching Distributed Switches for which information should be
returned.
If null
, the behavior is equivalent to a DistributedSwitchCompatibilityTypes.FilterSpec
with all properties null
which means all Distributed Switches match the
filter.DistributedSwitchCompatibilityTypes.FilterSpec
.java.util.List<DistributedSwitchCompatibilityTypes.Summary> list(java.lang.String cluster, DistributedSwitchCompatibilityTypes.FilterSpec filter, InvocationConfig invocationConfig)
DistributedSwitchCompatibilityTypes.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 Distributed Switches associated with the
vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.filter
- Specification of matching Distributed Switches for which information should be
returned.
If null
, the behavior is equivalent to a DistributedSwitchCompatibilityTypes.FilterSpec
with all properties null
which means all Distributed Switches match the
filter.invocationConfig
- Configuration for the method invocation.DistributedSwitchCompatibilityTypes.FilterSpec
.void list(java.lang.String cluster, DistributedSwitchCompatibilityTypes.FilterSpec filter, AsyncCallback<java.util.List<DistributedSwitchCompatibilityTypes.Summary>> asyncCallback)
DistributedSwitchCompatibilityTypes.FilterSpec
.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Namespaces compatibility information for Distributed Switches matching the the
DistributedSwitchCompatibilityTypes.FilterSpec
.
Operation Errors:
cluster
- Identifier of a vCenter Cluster. Only Distributed Switches associated with the
vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.filter
- Specification of matching Distributed Switches for which information should be
returned.
If null
, the behavior is equivalent to a DistributedSwitchCompatibilityTypes.FilterSpec
with all properties null
which means all Distributed Switches match the
filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String cluster, DistributedSwitchCompatibilityTypes.FilterSpec filter, AsyncCallback<java.util.List<DistributedSwitchCompatibilityTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
DistributedSwitchCompatibilityTypes.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:
Namespaces compatibility information for Distributed Switches matching the the
DistributedSwitchCompatibilityTypes.FilterSpec
.
Operation Errors:
cluster
- Identifier of a vCenter Cluster. Only Distributed Switches associated with the
vCenter Cluster will be considered by the filter.
The parameter must be an identifier for the resource type: ClusterComputeResource
.filter
- Specification of matching Distributed Switches for which information should be
returned.
If null
, the behavior is equivalent to a DistributedSwitchCompatibilityTypes.FilterSpec
with all properties null
which means all Distributed Switches match the
filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.