public class DistributedSwitchCompatibilityStub extends com.vmware.vapi.internal.bindings.Stub implements DistributedSwitchCompatibility
DistributedSwitchCompatibility
API service.
WARNING: Internal class, subject to change in future versions.
DistributedSwitchCompatibilityTypes.FilterSpec, DistributedSwitchCompatibilityTypes.SummaryapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
DistributedSwitchCompatibilityStub(ApiProvider apiProvider,
StubConfigurationBase config) |
DistributedSwitchCompatibilityStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| 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. |
public DistributedSwitchCompatibilityStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public DistributedSwitchCompatibilityStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<DistributedSwitchCompatibilityTypes.Summary> list(java.lang.String cluster, DistributedSwitchCompatibilityTypes.FilterSpec filter)
DistributedSwitchCompatibilityDistributedSwitchCompatibilityTypes.FilterSpec.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list in interface DistributedSwitchCompatibilitycluster - 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.public java.util.List<DistributedSwitchCompatibilityTypes.Summary> list(java.lang.String cluster, DistributedSwitchCompatibilityTypes.FilterSpec filter, InvocationConfig invocationConfig)
DistributedSwitchCompatibilityDistributedSwitchCompatibilityTypes.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 DistributedSwitchCompatibilitycluster - 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.public void list(java.lang.String cluster,
DistributedSwitchCompatibilityTypes.FilterSpec filter,
AsyncCallback<java.util.List<DistributedSwitchCompatibilityTypes.Summary>> asyncCallback)
DistributedSwitchCompatibilityDistributedSwitchCompatibilityTypes.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:
list in interface DistributedSwitchCompatibilitycluster - 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.public void list(java.lang.String cluster,
DistributedSwitchCompatibilityTypes.FilterSpec filter,
AsyncCallback<java.util.List<DistributedSwitchCompatibilityTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
DistributedSwitchCompatibilityDistributedSwitchCompatibilityTypes.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:
list in interface DistributedSwitchCompatibilitycluster - 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.