DesktopPoolOrFarmDatastoreUsageInfo

DesktopPoolOrFarmDatastoreUsageInfo
DesktopPoolOrFarmDatastoreUsageInfo

Desktop Pool or Farm usage information for a given datastore.

JSON Example
{
    "desktop_pool_id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
    "farm_id": "855ea6c5-720a-41e1-96f4-958c90e6e424",
    "name": "ICPool",
    "other_datastore_names": [
        "Datastore1",
        "Datastore2"
    ],
    "source": "INSTANT_CLONE",
    "used_space_in_gb": 32,
    "user_assignment": "DEDICATED"
}
string
desktop_pool_id
Optional

Unique ID representing Desktop Pool.

string
farm_id
Optional

Unique ID representing Farm.

string
name
Optional

Desktop Pool or Farm name.

array of string
other_datastore_names
Optional

Other datastore(s) in-use for this Desktop pool or Farm.

string
source
Optional

Source or provisioning type of machines.

  • FULL_CLONE: Virtual Machines created from a vCenter Server template.
  • INSTANT_CLONE: Virtual Machines created by instant clone engine.
Possible values are : FULL_CLONE, INSTANT_CLONE,
integer As int64 As int64
used_space_in_gb
Optional

Used capacity of the datastore (in GB) for this Desktop pool or Farm.

string
user_assignment
Optional

User assignment of the Desktop.

  • DEDICATED: Dedicated user assignment.
  • FLOATING: Floating user assignment.
Possible values are : DEDICATED, FLOATING,