RequiredCapacityModel
Details about machines required to meet desired capacity.
Properties
Name | Description | Additional information |
---|---|---|
NumItems | Number of machines required to meet the desired capacity. |
Type: Number |
ItemType | Type of machines required. |
Type: RequiredCapacityType |
DataCenter | Datacenter where the machines must reside. |
Type: ReferenceModel |
Catalog | Session machine catalog which the machines must be imported into. Only used if the ItemType is SessionMachines. |
Type: ReferenceModel |
Domain | Domain where the machines must reside. |
Type: ReferenceModel |
Network | Management network which the machines must be connected to. |
Type: String |
DeliveryControllerArchitecture | Delivery controller architecture for required delivery sites. Only used if the ItemType is DeliverySites. |
Sample
application/json
Sample:
{ "NumItems": 5, "ItemType": "SessionMachines", "DataCenter": { "Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]", "Name": "datacenter1", "Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a" }, "Catalog": { "Href": "[api:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)]", "Name": "catalog 1", "Id": "628fa898-0c36-4024-8fe4-d7e9a9bfbcfa" }, "Domain": { "Href": "[api:Domains(241b45cc-261d-47d0-81d7-a0a41c54c760)]", "Name": "domain1.local", "Id": "241b45cc-261d-47d0-81d7-a0a41c54c760" }, "Network": "Shared Delivery Group Management Network", "DeliveryControllerArchitecture": "FMA" }