ImageManagementAssetUpdateSpec

ImageManagementAssetUpdateSpec
ImageManagementAssetUpdateSpec

Image management asset object to be updated.

JSON Example
{
    "clone_type": "INSTANT_CLONE",
    "image_type": "RDSH_APPS",
    "status": "AVAILABLE"
}
object
additional_details
Optional

Additional details about image management asset.

string
clone_type
Required

Image management asset clone type.

  • FULL_CLONE: Image management asset to be used in full clone automated desktop pool.
  • INSTANT_CLONE: Image management asset to be used in instant clone desktop pool/farm.
Possible values are : FULL_CLONE, INSTANT_CLONE,
string
image_type
Required

Image management asset image type.

  • RDSH_APPS: Image management asset to be used for farm creation which is be used in application.
  • RDSH_DESKTOP: Image management asset is for farm creation to be created.
  • VDI_DESKTOP: Image management asset is available for desktops/farms to be created.
Possible values are : RDSH_APPS, RDSH_DESKTOP, VDI_DESKTOP,
string
status
Required

Image management asset status.

  • AVAILABLE: Image management asset is available for desktop pools/farms to be created.
  • DELETED: Image management asset has been deleted.
  • DEPLOYING_VM: Image management asset is deploying VM on the virtual center.
  • DEPLOYMENT_DONE: Image management asset VM deployed on the virtual center.
  • DISABLED: Image management asset has been disabled and no further pool/farm operation can be done using the same.
  • FAILED: Image management asset creation has failed.
  • REPLICATING: Copying the specialized images across all virtual centers.
  • RETRY_PENDING: When image management asset creation has failed, retry action is pending for asset to be created.
  • SPECIALIZING_VM: Image management asset is being published and specialized internally like installing agents etc.
Possible values are : AVAILABLE, DELETED, DEPLOYING_VM, DEPLOYMENT_DONE, DISABLED, FAILED, REPLICATING, RETRY_PENDING, SPECIALIZING_VM,
Parameter To