|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The DistributedSwitchCompatibility interface provides methods to get Namespaces compatibility information of Distributed Switches in this vCenter.
More...
Inherited by vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub.
Public Member Functions | |
| global::System.Collections.Generic.List < vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary > | List (string cluster, vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec filter) |
| Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec . | |
| global::System.Collections.Generic.List < vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary > | List (string cluster, vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec . | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary > > | ListAsync (string cluster, vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec filter) |
| Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec . | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary > > | ListAsync (string cluster, vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec . | |
The DistributedSwitchCompatibility interface provides methods to get Namespaces compatibility information of Distributed Switches in this vCenter.
| global::System.Collections.Generic.List<vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary> vmware::vcenter::namespace_management::DistributedSwitchCompatibility::List | ( | string | cluster, |
| vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec | filter | ||
| ) |
Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec .
| 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 DistributedSwitchCompatibility.FilterSpec with all fields null which means all Distributed Switches match the filter. |
Implemented in vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub.
| global::System.Collections.Generic.List<vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary> vmware::vcenter::namespace_management::DistributedSwitchCompatibility::List | ( | string | cluster, |
| vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec | filter, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec .
| 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 DistributedSwitchCompatibility.FilterSpec with all fields null which means all Distributed Switches match the filter. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::DistributedSwitchCompatibility::ListAsync | ( | string | cluster, |
| vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec | filter | ||
| ) |
Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec .
| 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 DistributedSwitchCompatibility.FilterSpec with all fields null which means all Distributed Switches match the filter. |
Implemented in vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::DistributedSwitchCompatibility::ListAsync | ( | string | cluster, |
| vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec | filter, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Returns Namespaces compatibility information of Distributed Switches in vCenter associated with the vCenter cluster, matching the DistributedSwitchCompatibility.FilterSpec .
| 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 DistributedSwitchCompatibility.FilterSpec with all fields null which means all Distributed Switches match the filter. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub.