SessionMachineCatalogComputeResourceCompatibilityModel
Details about compatibility between a session machine catalog and a compute resource.
Properties
Name | Description | Additional information |
---|---|---|
SessionMachineCatalog | The session machine catalog being compared for compatiblity. |
Type: ReferenceModel |
BaseVMName | The provisioning template VM name required by the session machine catalog. |
Type: String |
BaseVMExistsOnComputeResource | If true, the compute resource contains a VM or snapshot compatible with the BaseVMName required by the session machine catalog. |
Type: Boolean |
VmSpec | Not used. |
Type: String |
VmSpecExistsOnComputeResource | Not used. |
Type: Boolean |
Sample
application/json
Sample:
{ "SessionMachineCatalog": { "Href": "[api:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)]", "Name": "catalog 1", "Id": "628fa898-0c36-4024-8fe4-d7e9a9bfbcfa" }, "BaseVMName": "vm1", "BaseVMExistsOnComputeResource": true }