VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ClusterCompatibility
interface provides methods to get Namespace-related compatibility information for clusters in this vCenter.
More...
Inherited by vmware::vcenter::namespace_management::ClusterCompatibilityStub.
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 |
The ClusterCompatibility
interface provides methods to get Namespace-related compatibility information for clusters in this vCenter.
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InternalServerError | if the server reports an unknown internal error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
filter | Specification 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. |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InternalServerError | if the server reports an unknown internal error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
filter | Specification 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InternalServerError | if the server reports an unknown internal error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
filter | Specification 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. |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InternalServerError | if the server reports an unknown internal error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
filter | Specification 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::namespace_management::ClusterCompatibilityStub.