SetDeploySessionMachineOnBaseVMDataModel
Contains all the data need to deploy seesion a workload machine.
Properties
| Name | Description | Additional information |
|---|---|---|
| BaseVMIPAddress | /// The Ip Address of the machine to starburst |
Type: String |
| MachineType | Product Type ("XenApp", "XenDesktop") |
Type: String |
| SessionSupport | Rainmaker Xendesktop SingleUserVDA" { "SingleSession" } "MultiUserVDA" { "MultiSession" } default { "SingleSession" |
Type: String |
| AutoProvisioningMediaPath | the dvdpath where the session host the bits are located. |
Type: String |
| SharedAllocationDomain | The Shared domain. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{
"BaseVMIPAddress": "sample string 1",
"MachineType": "sample string 2",
"SessionSupport": "sample string 3",
"AutoProvisioningMediaPath": "sample string 4",
"SharedAllocationDomain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}