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

The ClusterCompatibility interface provides methods to get Namespace-related compatibility information for clusters in this vCenter. More...

Inherited by vmware::vcenter::namespace_management::ClusterCompatibilityStub.

List of all members.

Public Member Functions

global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary
List (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec
global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary
List (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary > > 
ListAsync (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary > > 
ListAsync (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

Detailed Description

The ClusterCompatibility interface provides methods to get Namespace-related compatibility information for clusters in this vCenter.


Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> vmware::vcenter::namespace_management::ClusterCompatibility::List ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter)

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::ClusterCompatibilityStub.

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> vmware::vcenter::namespace_management::ClusterCompatibility::List ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::ClusterCompatibilityStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::ClusterCompatibility::ListAsync ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter)

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::ClusterCompatibilityStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::ClusterCompatibility::ListAsync ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implemented in vmware::vcenter::namespace_management::ClusterCompatibilityStub.


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