VMware vSphere Automation SDK for .NET 7.0.0.1
|
The NamespaceResourceOptions
interface provides methods to get the objects used to create and modify resource quotas on a namespace.
More...
Inherited by vmware::vcenter::namespace_management::NamespaceResourceOptionsStub.
Public Member Functions | |
vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info | Get (string cluster) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}. | |
vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info | Get (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}. | |
global::System.Threading.Tasks.Task < vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info > | GetAsync (string cluster) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}. | |
global::System.Threading.Tasks.Task < vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info > | GetAsync (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}. |
The NamespaceResourceOptions
interface provides methods to get the objects used to create and modify resource quotas on a namespace.
vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info vmware::vcenter::namespace_management::NamespaceResourceOptions::Get | ( | string | cluster | ) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}.
vmware.vapi.std.errors.NotFound | if cluster could not be located. |
vmware.vapi.std.errors.Unsupported | if the specified cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
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. |
cluster | Identifier for the cluster hosting the namespace on which the resource quota needs to be set. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implemented in vmware::vcenter::namespace_management::NamespaceResourceOptionsStub.
vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info vmware::vcenter::namespace_management::NamespaceResourceOptions::Get | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}.
vmware.vapi.std.errors.NotFound | if cluster could not be located. |
vmware.vapi.std.errors.Unsupported | if the specified cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
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. |
cluster | Identifier for the cluster hosting the namespace on which the resource quota needs to be set. 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::namespace_management::NamespaceResourceOptionsStub.
global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info> vmware::vcenter::namespace_management::NamespaceResourceOptions::GetAsync | ( | string | cluster | ) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}.
vmware.vapi.std.errors.NotFound | if cluster could not be located. |
vmware.vapi.std.errors.Unsupported | if the specified cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
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. |
cluster | Identifier for the cluster hosting the namespace on which the resource quota needs to be set. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implemented in vmware::vcenter::namespace_management::NamespaceResourceOptionsStub.
global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.NamespaceResourceOptionsTypes.Info> vmware::vcenter::namespace_management::NamespaceResourceOptions::GetAsync | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}.
vmware.vapi.std.errors.NotFound | if cluster could not be located. |
vmware.vapi.std.errors.Unsupported | if the specified cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
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. |
cluster | Identifier for the cluster hosting the namespace on which the resource quota needs to be set. 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::namespace_management::NamespaceResourceOptionsStub.