PersistentDiskMachineAttachmentInfo

PersistentDiskMachineAttachmentInfo
PersistentDiskMachineAttachmentInfo

Information about machine which can be attached to persistent disk.
Supported Filters : 'And', 'Or', 'Equals', 'NotEquals', 'StartsWith' and 'Contains'.
See the field description to know the filter types it supports.

JSON Example
{
    "desktop_pool_id": "ce910882-e6ef-447a-a88b-333abe0c9c8a",
    "desktop_pool_name": "pool-1",
    "incompatible_reason": "string",
    "machine_id": "0f9f20be-4fa5-47dc-bcf2-f4fb555c51d2",
    "machine_name": "machine-1",
    "user_id": "S-1-5-21-1111111111-2222222222-3333333333-500",
    "user_name": "user-1"
}
string
desktop_pool_id
Optional

ID of the desktop pool of the machine.
Supported Filters : 'Equals'.

string
desktop_pool_name
Optional

Name of the desktop pool.
Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.

string
incompatible_reason
Optional

Incompatible reason for attaching machine to persistent disk.

  • PERSISTENT_DISK_MACHINE_VC_MISMATCH: Virtual centers of persistent disk and machine do not match.
  • PERSISTENT_DISK_MACHINE_VSAN_MISMATCH: vSAN policies of persistent disk and machine do not match.
  • PERSISTENT_DISK_DATASTORE_INACCESSIBLE_TO_MACHINE: Datastore of persistent disk is inaccessible to machine.
Possible values are : PERSISTENT_DISK_MACHINE_VC_MISMATCH, PERSISTENT_DISK_MACHINE_VSAN_MISMATCH, PERSISTENT_DISK_DATASTORE_INACCESSIBLE_TO_MACHINE,
string
machine_id
Optional

ID of the machine which may be attached to persistent disk.
Supported Filters : 'Equals'.

string
machine_name
Optional

Name of the machine.
Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.

string
user_id
Optional

SID of the user the machine is assigned to.
Supported Filters : 'Equals'.

string
user_name
Optional

Name of the user.
Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.