VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Cluster
interface provides methods to manage clusters in the vCenter Server.
More...
Inherited by vmware::vcenter::ClusterStub.
Public Member Functions | |
global::System.Collections.Generic.List < vmware.vcenter.ClusterTypes.Summary > | List (vmware.vcenter.ClusterTypes.FilterSpec filter) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec . | |
global::System.Collections.Generic.List < vmware.vcenter.ClusterTypes.Summary > | List (vmware.vcenter.ClusterTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ClusterTypes.Summary > > | ListAsync (vmware.vcenter.ClusterTypes.FilterSpec filter) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ClusterTypes.Summary > > | ListAsync (vmware.vcenter.ClusterTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec . | |
vmware.vcenter.ClusterTypes.Info | Get (string cluster) |
Retrieves information about the cluster corresponding to cluster . | |
vmware.vcenter.ClusterTypes.Info | Get (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the cluster corresponding to cluster . | |
global::System.Threading.Tasks.Task < vmware.vcenter.ClusterTypes.Info > | GetAsync (string cluster) |
Retrieves information about the cluster corresponding to cluster . | |
global::System.Threading.Tasks.Task < vmware.vcenter.ClusterTypes.Info > | GetAsync (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the cluster corresponding to cluster . |
The Cluster
interface provides methods to manage clusters in the vCenter Server.
vmware.vcenter.ClusterTypes.Info vmware::vcenter::Cluster::Get | ( | string | cluster | ) |
Retrieves information about the cluster corresponding to cluster .
vmware.vapi.std.errors.NotFound | if there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the session id is missing from the request or the corresponding session object cannot be found. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't not have the required privileges. |
cluster | Identifier of the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implemented in vmware::vcenter::ClusterStub.
vmware.vcenter.ClusterTypes.Info vmware::vcenter::Cluster::Get | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Retrieves information about the cluster corresponding to cluster .
vmware.vapi.std.errors.NotFound | if there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the session id is missing from the request or the corresponding session object cannot be found. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't not have the required privileges. |
cluster | Identifier of the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::ClusterStub.
global::System.Threading.Tasks.Task<vmware.vcenter.ClusterTypes.Info> vmware::vcenter::Cluster::GetAsync | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Retrieves information about the cluster corresponding to cluster .
vmware.vapi.std.errors.NotFound | if there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the session id is missing from the request or the corresponding session object cannot be found. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't not have the required privileges. |
cluster | Identifier of the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::ClusterStub.
global::System.Threading.Tasks.Task<vmware.vcenter.ClusterTypes.Info> vmware::vcenter::Cluster::GetAsync | ( | string | cluster | ) |
Retrieves information about the cluster corresponding to cluster .
vmware.vapi.std.errors.NotFound | if there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the session id is missing from the request or the corresponding session object cannot be found. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't not have the required privileges. |
cluster | Identifier of the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implemented in vmware::vcenter::ClusterStub.
global::System.Collections.Generic.List<vmware.vcenter.ClusterTypes.Summary> vmware::vcenter::Cluster::List | ( | vmware.vcenter.ClusterTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 clusters match the Cluster.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification of matching clusters for which information should be returned. If null, the behavior is equivalent to a Cluster.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::ClusterStub.
global::System.Collections.Generic.List<vmware.vcenter.ClusterTypes.Summary> vmware::vcenter::Cluster::List | ( | vmware.vcenter.ClusterTypes.FilterSpec | filter | ) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 clusters match the Cluster.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification of matching clusters for which information should be returned. If null, the behavior is equivalent to a Cluster.FilterSpec with all fields null which means all clusters match the filter. |
Implemented in vmware::vcenter::ClusterStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ClusterTypes.Summary> > vmware::vcenter::Cluster::ListAsync | ( | vmware.vcenter.ClusterTypes.FilterSpec | filter | ) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 clusters match the Cluster.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification of matching clusters for which information should be returned. If null, the behavior is equivalent to a Cluster.FilterSpec with all fields null which means all clusters match the filter. |
Implemented in vmware::vcenter::ClusterStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ClusterTypes.Summary> > vmware::vcenter::Cluster::ListAsync | ( | vmware.vcenter.ClusterTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about at most 1000 visible (subject to permission checks) clusters in vCenter matching the Cluster.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 clusters match the Cluster.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification of matching clusters for which information should be returned. If null, the behavior is equivalent to a Cluster.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::ClusterStub.