VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub Class Reference

Remote stub implementation of the EdgeClusterCompatibility API service. More...

Inherits vmware::vcenter::namespace_management::EdgeClusterCompatibility.

List of all members.

Public Member Functions

 EdgeClusterCompatibilityStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 EdgeClusterCompatibilityStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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

Remote stub implementation of the EdgeClusterCompatibility API service.


Constructor & Destructor Documentation

vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub::EdgeClusterCompatibilityStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub::EdgeClusterCompatibilityStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

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

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 .

Implements vmware::vcenter::namespace_management::EdgeClusterCompatibility.

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary> vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub::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 
) [inline]

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 .

Implements vmware::vcenter::namespace_management::EdgeClusterCompatibility.

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

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 .

Implements vmware::vcenter::namespace_management::EdgeClusterCompatibility.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.EdgeClusterCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::EdgeClusterCompatibilityStub::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 
) [inline]

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 .

Implements vmware::vcenter::namespace_management::EdgeClusterCompatibility.


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