VMware vSphere Automation SDK for .NET 7.0.0.1
|
The EdgeClusterCompatibility
interface provides methods to get Namespaces compatibility information of NSX Edge Clusters.
More...
Inherited by vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub.
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 . |
The EdgeClusterCompatibility
interface provides methods to get Namespaces compatibility information of NSX Edge Clusters.
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 .
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 EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter. |
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 .
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 EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
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 .
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 EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter. |
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 .
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 EdgeClusterCompatibility.FilterSpec with all fields null which means all Edge Clusters match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub.