CloudCapacity [SPFSDK][VMMREF]
Applies To: Windows Azure Pack
The CloudCapacity entity represents settings for the number of virtual machines, number of virtual CPUs, custom quota points, storage, and memory assigned to a private cloud.
VMM
CloudCapacity
For more information about how the properties of an entity interact with HTTP operations, see Entity Basics.
Name | Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) | Type | Nullable | Description |
|---|---|---|---|---|---|---|---|
CloudId | - | Required | - | - | Edm.Guid | False | Key Property The identifier of the cloud. |
StampId | - | Required | - | - | Edm.Guid | False | Key Property The identifier of the stamp. |
CPUCount | - | Optional | - | - | Edm.Int64 | True | The number of virtual CPUs for a user role quota or cloud capacity. |
CustomQuotaCount | - | Optional | - | - | Edm.Int64 | True | The number of custom quota points for a user role quota or cloud capacity. |
MemoryMB | - | Optional | - | - | Edm.Int64 | True | The amount of memory in megabytes (MB) for a user role quota or cloud capacity. |
StorageGB | - | Optional | - | - | Edm.Int64 | True | The amount of storage in gigabytes (GB) for a user role quota or cloud capacity, excluding library storage. |
UseCPUCountMaximum | - | Optional | - | - | Edm.Boolean | True | Whether the maximum number of virtual CPUs is allowed for a user role or cloud capacity When True, no quota is enforced for the virtual CPU dimension. |
UseCustomQuotaCountMaximum | - | Optional | - | - | Edm.Boolean | True | Whether the maximum number of custom quota points is allowed for a user role or cloud capacity When True, no quota is enforced for the custom quota dimension. |
UseMemoryMBMaximum | - | Optional | - | - | Edm.Boolean | True | Whether the maximum amount of memory, in megabytes (MB), is allowed for a user role or cloud capacity When True, no quota is enforced for the memory dimension. |
UseStorageGBMaximum | - | Optional | - | - | Edm.Boolean | True | Whether the maximum amount of storage, in gigabytes (GB), is allowed for a user role or cloud capacity When True, no quota is enforced for the storage dimension. |
UseVMCountMaximum | - | Optional | - | - | Edm.Boolean | True | Whether the maximum number of virtual machines is allowed for a user role or cloud capacity When True, no quota is enforced for the virtual machine dimension. |
VMCount | - | Optional | - | - | Edm.Int64 | True | The number of virtual machines for a user role quota or cloud capacity. |
None
None