ProvisioningCatalogDataModel
Data contract for the workflow step "New-ProvisionMachine".
Properties
| Name | Description | Additional information |
|---|---|---|
| State | No documentation available. |
Type: String |
| ComputeResource | No documentation available. |
Type: ComputeResourceDataModel |
| DeliveryGroup | No documentation available. |
Type: ReferenceDataModel |
| DeliverySite | No documentation available. |
Type: ReferenceDataModel |
| SessionMachineCatalog | No documentation available. |
Type: ReferenceDataModel |
| BaseVMTemplate | No documentation available. |
Type: String |
| NamingScheme | No documentation available. |
Type: String |
| VMCpuCount | No documentation available. |
Type: String |
| VMMemoryMB | No documentation available. |
Type: String |
| MachineAllocationOU | No documentation available. |
Type: String |
| MachineAllocationDomain | No documentation available. |
Type: ReferenceDataModel |
| MachineAllocationType | Static, Permanent, Random |
Type: String |
| SharedStorage | No documentation available. |
Type: Array of String |
| PvdStorage | No documentation available. |
Type: Array of String |
| SessionSupport | Rainmaker Xendesktop SingleUserVDA" { "SingleSession" } "MultiUserVDA" { "MultiSession" } default { "SingleSession" |
Type: String |
| ResetOnReboot | No documentation available. |
Type: Boolean |
| PVDiskLetter | No documentation available. |
Type: String |
| PVDiskSize | No documentation available. |
Type: Number |
| ProvisioningTaskId | No documentation available. |
Type: String |
| WorkFlowStepStarted | No documentation available. |
Type: Boolean |
| MinimumFunctionalLevel | No documentation available. |
Type: String |
Sample
application/json
{
"State": "sample string 1",
"ComputeResource": {
"HypervisorType": "sample string 1",
"Address": "sample string 2",
"ClusterFullPath": "sample string 3",
"Networks": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"HAServers": "sample string 4",
"Id": "sample string 5",
"Name": "sample string 6"
},
"DeliveryGroup": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"SessionMachineCatalog": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"BaseVMTemplate": "sample string 2",
"NamingScheme": "sample string 3",
"VMCpuCount": "sample string 4",
"VMMemoryMB": "sample string 5",
"MachineAllocationOU": "sample string 6",
"MachineAllocationDomain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"MachineAllocationType": "sample string 7",
"SharedStorage": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PvdStorage": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"SessionSupport": "sample string 8",
"ResetOnReboot": true,
"PVDiskLetter": "sample string 9",
"PVDiskSize": 1,
"ProvisioningTaskId": "sample string 10",
"WorkFlowStepStarted": true,
"MinimumFunctionalLevel": "sample string 12"
}