VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the ResourcePool API service. More...
Inherits vmware::vcenter::ResourcePool.
Public Member Functions | |
ResourcePoolStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ResourcePoolStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.ResourcePoolTypes.Info | Get (string resourcePool) |
Retrieves information about the resource pool indicated by resourcePool . | |
vmware.vcenter.ResourcePoolTypes.Info | Get (string resourcePool, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the resource pool indicated by resourcePool . | |
global::System.Threading.Tasks.Task < vmware.vcenter.ResourcePoolTypes.Info > | GetAsync (string resourcePool) |
Retrieves information about the resource pool indicated by resourcePool . | |
global::System.Threading.Tasks.Task < vmware.vcenter.ResourcePoolTypes.Info > | GetAsync (string resourcePool, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the resource pool indicated by resourcePool . | |
global::System.Collections.Generic.List < vmware.vcenter.ResourcePoolTypes.Summary > | List (vmware.vcenter.ResourcePoolTypes.FilterSpec filter) |
Returns information about at most 1000 visible (subject to permission checks) resource pools in vCenter matching the ResourcePool.FilterSpec . | |
global::System.Collections.Generic.List < vmware.vcenter.ResourcePoolTypes.Summary > | List (vmware.vcenter.ResourcePoolTypes.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) resource pools in vCenter matching the ResourcePool.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ResourcePoolTypes.Summary > > | ListAsync (vmware.vcenter.ResourcePoolTypes.FilterSpec filter) |
Returns information about at most 1000 visible (subject to permission checks) resource pools in vCenter matching the ResourcePool.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.ResourcePoolTypes.Summary > > | ListAsync (vmware.vcenter.ResourcePoolTypes.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) resource pools in vCenter matching the ResourcePool.FilterSpec . | |
string | Create (vmware.vcenter.ResourcePoolTypes.CreateSpec spec) |
Creates a resource pool. | |
string | Create (vmware.vcenter.ResourcePoolTypes.CreateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Creates a resource pool. | |
global::System.Threading.Tasks.Task < string > | CreateAsync (vmware.vcenter.ResourcePoolTypes.CreateSpec spec) |
Creates a resource pool. | |
global::System.Threading.Tasks.Task < string > | CreateAsync (vmware.vcenter.ResourcePoolTypes.CreateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Creates a resource pool. | |
void | Delete (string resourcePool) |
Deletes a resource pool. | |
void | Delete (string resourcePool, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Deletes a resource pool. | |
global::System.Threading.Tasks.Task | DeleteAsync (string resourcePool) |
Deletes a resource pool. | |
global::System.Threading.Tasks.Task | DeleteAsync (string resourcePool, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Deletes a resource pool. | |
void | Update (string resourcePool, vmware.vcenter.ResourcePoolTypes.UpdateSpec spec) |
Updates the configuration of a resource pool. | |
void | Update (string resourcePool, vmware.vcenter.ResourcePoolTypes.UpdateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Updates the configuration of a resource pool. | |
global::System.Threading.Tasks.Task | UpdateAsync (string resourcePool, vmware.vcenter.ResourcePoolTypes.UpdateSpec spec) |
Updates the configuration of a resource pool. | |
global::System.Threading.Tasks.Task | UpdateAsync (string resourcePool, vmware.vcenter.ResourcePoolTypes.UpdateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Updates the configuration of a resource pool. |
Remote stub implementation of the ResourcePool API service.
vmware::vcenter::ResourcePoolStub::ResourcePoolStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::ResourcePoolStub::ResourcePoolStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
string vmware::vcenter::ResourcePoolStub::Create | ( | vmware.vcenter.ResourcePoolTypes.CreateSpec | spec | ) | [inline] |
Creates a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If a parameter passed in the spec is invalid. |
vmware.vapi.std.errors.NotFound | If the resource specified in parent could not be found |
vmware.vapi.std.errors.ResourceInaccessible | If the specified resource in parent is not accessible. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | if any of the resources needed to create the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Specification of the new resource pool to be created, see ResourcePool.CreateSpec . |
ResourcePool
. Implements vmware::vcenter::ResourcePool.
string vmware::vcenter::ResourcePoolStub::Create | ( | vmware.vcenter.ResourcePoolTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Creates a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If a parameter passed in the spec is invalid. |
vmware.vapi.std.errors.NotFound | If the resource specified in parent could not be found |
vmware.vapi.std.errors.ResourceInaccessible | If the specified resource in parent is not accessible. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | if any of the resources needed to create the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Specification of the new resource pool to be created, see ResourcePool.CreateSpec . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
ResourcePool
. Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task<string> vmware::vcenter::ResourcePoolStub::CreateAsync | ( | vmware.vcenter.ResourcePoolTypes.CreateSpec | spec | ) | [inline] |
Creates a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If a parameter passed in the spec is invalid. |
vmware.vapi.std.errors.NotFound | If the resource specified in parent could not be found |
vmware.vapi.std.errors.ResourceInaccessible | If the specified resource in parent is not accessible. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | if any of the resources needed to create the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Specification of the new resource pool to be created, see ResourcePool.CreateSpec . |
ResourcePool
. Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task<string> vmware::vcenter::ResourcePoolStub::CreateAsync | ( | vmware.vcenter.ResourcePoolTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Creates a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If a parameter passed in the spec is invalid. |
vmware.vapi.std.errors.NotFound | If the resource specified in parent could not be found |
vmware.vapi.std.errors.ResourceInaccessible | If the specified resource in parent is not accessible. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | if any of the resources needed to create the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Specification of the new resource pool to be created, see ResourcePool.CreateSpec . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
ResourcePool
. Implements vmware::vcenter::ResourcePool.
void vmware::vcenter::ResourcePoolStub::Delete | ( | string | resourcePool | ) | [inline] |
Deletes a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
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. |
vmware.vapi.std.errors.Unsupported | If the resource pool is a root resource pool. |
resourcePool | Identifier of the resource pool to be deleted. The parameter must be an identifier for the resource type: ResourcePool . |
Implements vmware::vcenter::ResourcePool.
void vmware::vcenter::ResourcePoolStub::Delete | ( | string | resourcePool, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Deletes a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
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. |
vmware.vapi.std.errors.Unsupported | If the resource pool is a root resource pool. |
resourcePool | Identifier of the resource pool to be deleted. The parameter must be an identifier for the resource type: ResourcePool . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task vmware::vcenter::ResourcePoolStub::DeleteAsync | ( | string | resourcePool, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Deletes a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
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. |
vmware.vapi.std.errors.Unsupported | If the resource pool is a root resource pool. |
resourcePool | Identifier of the resource pool to be deleted. The parameter must be an identifier for the resource type: ResourcePool . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task vmware::vcenter::ResourcePoolStub::DeleteAsync | ( | string | resourcePool | ) | [inline] |
Deletes a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
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. |
vmware.vapi.std.errors.Unsupported | If the resource pool is a root resource pool. |
resourcePool | Identifier of the resource pool to be deleted. The parameter must be an identifier for the resource type: ResourcePool . |
Implements vmware::vcenter::ResourcePool.
vmware.vcenter.ResourcePoolTypes.Info vmware::vcenter::ResourcePoolStub::Get | ( | string | resourcePool, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves information about the resource pool indicated by resourcePool .
vmware.vapi.std.errors.NotFound | If the resource pool indicated by resourcePool does not exist. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool for which information should be retrieved. The parameter must be an identifier for the resource type: ResourcePool . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
vmware.vcenter.ResourcePoolTypes.Info vmware::vcenter::ResourcePoolStub::Get | ( | string | resourcePool | ) | [inline] |
Retrieves information about the resource pool indicated by resourcePool .
vmware.vapi.std.errors.NotFound | If the resource pool indicated by resourcePool does not exist. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool for which information should be retrieved. The parameter must be an identifier for the resource type: ResourcePool . |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task<vmware.vcenter.ResourcePoolTypes.Info> vmware::vcenter::ResourcePoolStub::GetAsync | ( | string | resourcePool, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves information about the resource pool indicated by resourcePool .
vmware.vapi.std.errors.NotFound | If the resource pool indicated by resourcePool does not exist. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool for which information should be retrieved. The parameter must be an identifier for the resource type: ResourcePool . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task<vmware.vcenter.ResourcePoolTypes.Info> vmware::vcenter::ResourcePoolStub::GetAsync | ( | string | resourcePool | ) | [inline] |
Retrieves information about the resource pool indicated by resourcePool .
vmware.vapi.std.errors.NotFound | If the resource pool indicated by resourcePool does not exist. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool for which information should be retrieved. The parameter must be an identifier for the resource type: ResourcePool . |
Implements vmware::vcenter::ResourcePool.
global::System.Collections.Generic.List<vmware.vcenter.ResourcePoolTypes.Summary> vmware::vcenter::ResourcePoolStub::List | ( | vmware.vcenter.ResourcePoolTypes.FilterSpec | filter | ) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) resource pools in vCenter matching the ResourcePool.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | If more than 1000 resource pools match the ResourcePool.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 resource pools for which information should be returned. If null, the behavior is equivalent to a ResourcePool.FilterSpec with all fields null which means all resource pools match the filter. |
Implements vmware::vcenter::ResourcePool.
global::System.Collections.Generic.List<vmware.vcenter.ResourcePoolTypes.Summary> vmware::vcenter::ResourcePoolStub::List | ( | vmware.vcenter.ResourcePoolTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) resource pools in vCenter matching the ResourcePool.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | If more than 1000 resource pools match the ResourcePool.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 resource pools for which information should be returned. If null, the behavior is equivalent to a ResourcePool.FilterSpec with all fields null which means all resource pools match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ResourcePoolTypes.Summary> > vmware::vcenter::ResourcePoolStub::ListAsync | ( | vmware.vcenter.ResourcePoolTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) resource pools in vCenter matching the ResourcePool.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | If more than 1000 resource pools match the ResourcePool.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 resource pools for which information should be returned. If null, the behavior is equivalent to a ResourcePool.FilterSpec with all fields null which means all resource pools match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.ResourcePoolTypes.Summary> > vmware::vcenter::ResourcePoolStub::ListAsync | ( | vmware.vcenter.ResourcePoolTypes.FilterSpec | filter | ) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) resource pools in vCenter matching the ResourcePool.FilterSpec .
vmware.vapi.std.errors.UnableToAllocateResource | If more than 1000 resource pools match the ResourcePool.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 resource pools for which information should be returned. If null, the behavior is equivalent to a ResourcePool.FilterSpec with all fields null which means all resource pools match the filter. |
Implements vmware::vcenter::ResourcePool.
void vmware::vcenter::ResourcePoolStub::Update | ( | string | resourcePool, |
vmware.vcenter.ResourcePoolTypes.UpdateSpec | spec, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Updates the configuration of a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If any of the specified parameters is invalid. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | If any of the resources needed to reconfigure the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool. The parameter must be an identifier for the resource type: ResourcePool . |
spec | Specification for updating the configuration of the resource pool. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
void vmware::vcenter::ResourcePoolStub::Update | ( | string | resourcePool, |
vmware.vcenter.ResourcePoolTypes.UpdateSpec | spec | ||
) | [inline] |
Updates the configuration of a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If any of the specified parameters is invalid. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | If any of the resources needed to reconfigure the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool. The parameter must be an identifier for the resource type: ResourcePool . |
spec | Specification for updating the configuration of the resource pool. |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task vmware::vcenter::ResourcePoolStub::UpdateAsync | ( | string | resourcePool, |
vmware.vcenter.ResourcePoolTypes.UpdateSpec | spec, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Updates the configuration of a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If any of the specified parameters is invalid. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | If any of the resources needed to reconfigure the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool. The parameter must be an identifier for the resource type: ResourcePool . |
spec | Specification for updating the configuration of the resource pool. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::ResourcePool.
global::System.Threading.Tasks.Task vmware::vcenter::ResourcePoolStub::UpdateAsync | ( | string | resourcePool, |
vmware.vcenter.ResourcePoolTypes.UpdateSpec | spec | ||
) | [inline] |
Updates the configuration of a resource pool.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | If the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | If any of the specified parameters is invalid. |
vmware.vapi.std.errors.NotFound | If the resource pool is not found. |
vmware.vapi.std.errors.ServiceUnavailable | If the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.UnableToAllocateResource | If any of the resources needed to reconfigure the resource pool could not be allocated. |
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. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
resourcePool | Identifier of the resource pool. The parameter must be an identifier for the resource type: ResourcePool . |
spec | Specification for updating the configuration of the resource pool. |
Implements vmware::vcenter::ResourcePool.