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

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

Inherits vmware::vcenter::namespace_management::DistributedSwitchCompatibility.

List of all members.

Public Member Functions

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

Remote stub implementation of the DistributedSwitchCompatibility API service.


Constructor & Destructor Documentation

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

Member Function Documentation

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

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 .

Implements vmware::vcenter::namespace_management::DistributedSwitchCompatibility.

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.Summary> vmware::vcenter::namespace_management::DistributedSwitchCompatibilityStub::List ( string  cluster,
vmware.vcenter.namespace_management.DistributedSwitchCompatibilityTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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 .

Implements vmware::vcenter::namespace_management::DistributedSwitchCompatibility.

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

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 .

Implements vmware::vcenter::namespace_management::DistributedSwitchCompatibility.

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

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 .

Implements vmware::vcenter::namespace_management::DistributedSwitchCompatibility.


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