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

The DistributedSwitchCompatibility interface provides methods to get Namespaces compatibility information of Distributed Switches in this vCenter. More...

Inherited by vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub.

List of all members.

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 .

Detailed Description

The DistributedSwitchCompatibility interface provides methods to get Namespaces compatibility information of Distributed Switches in this vCenter.


Member Function Documentation

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 .

Parameters:
clusterIdentifier 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 .
filterSpecification 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.
Returns:
Namespaces compatibility information for Distributed Switches matching the the DistributedSwitchCompatibility.FilterSpec .

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 .

Parameters:
clusterIdentifier 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 .
filterSpecification 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.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Namespaces compatibility information for Distributed Switches matching the the DistributedSwitchCompatibility.FilterSpec .

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 .

Parameters:
clusterIdentifier 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 .
filterSpecification 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.
Returns:
Namespaces compatibility information for Distributed Switches matching the the DistributedSwitchCompatibility.FilterSpec .

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 .

Parameters:
clusterIdentifier 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 .
filterSpecification 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.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Namespaces compatibility information for Distributed Switches matching the the DistributedSwitchCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub.


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