VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespace_management::EdgeClusterCompatibility Interface Reference

The EdgeClusterCompatibility interface provides methods to get Namespaces compatibility information of NSX Edge Clusters. More...

Inherited by vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub.

List of all members.

Public Member Functions

global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary
List (string cluster, string distributedSwitch, vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec filter)
 Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .
global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary
List (string cluster, string distributedSwitch, vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary > > 
ListAsync (string cluster, string distributedSwitch, vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec filter)
 Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary > > 
ListAsync (string cluster, string distributedSwitch, vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .

Detailed Description

The EdgeClusterCompatibility interface provides methods to get Namespaces compatibility information of NSX Edge Clusters.


Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary> vmware::vcenter::namespace_management::EdgeClusterCompatibility::List ( string  cluster,
string  distributedSwitch,
vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec  filter 
)

Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .

Parameters:
clusterIdentifier 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 .
distributedSwitchIdentifier 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 .
filterSpecification of matching Edge Clusters for which information should be returned. If null, the behavior is equivalent to a EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter.
Returns:
List of summaries of Edge Clusters associated with the given vCenter Cluster and Distributed Switch matching the EdgeClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub.

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary> vmware::vcenter::namespace_management::EdgeClusterCompatibility::List ( string  cluster,
string  distributedSwitch,
vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .

Parameters:
clusterIdentifier 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 .
distributedSwitchIdentifier 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 .
filterSpecification of matching Edge Clusters for which information should be returned. If null, the behavior is equivalent to a EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of summaries of Edge Clusters associated with the given vCenter Cluster and Distributed Switch matching the EdgeClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::EdgeClusterCompatibility::ListAsync ( string  cluster,
string  distributedSwitch,
vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec  filter 
)

Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .

Parameters:
clusterIdentifier 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 .
distributedSwitchIdentifier 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 .
filterSpecification of matching Edge Clusters for which information should be returned. If null, the behavior is equivalent to a EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter.
Returns:
List of summaries of Edge Clusters associated with the given vCenter Cluster and Distributed Switch matching the EdgeClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::EdgeClusterCompatibility::ListAsync ( string  cluster,
string  distributedSwitch,
vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns Namespaces compatibility information of NSX-T Edge Clusters matching the EdgeClusterCompatibility.FilterSpec .

Parameters:
clusterIdentifier 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 .
distributedSwitchIdentifier 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 .
filterSpecification of matching Edge Clusters for which information should be returned. If null, the behavior is equivalent to a EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of summaries of Edge Clusters associated with the given vCenter Cluster and Distributed Switch matching the EdgeClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub.


The documentation for this interface was generated from the following file: