ImageManagementVersionUpdateSpec

ImageManagementVersionUpdateSpec
ImageManagementVersionUpdateSpec

Information related to image management version.

JSON Example
{
    "description": "string",
    "name": "v1",
    "status": "AVAILABLE"
}
object
additional_details
Optional

Additional details about image management version.

string
description
Optional

Image management version description.

string
name
Required

Image management version name.

string
status
Required

Image management version status.

  • AVAILABLE: Image management version is available for desktop pools/farms to be created.
  • DEPLOYING_VM: Image management version is deploying VM on the selected pod.
  • DEPLOYMENT_DONE: Image management version status when VM deployment is done for the selected pod.
  • DELETED: Image management version has been deleted.
  • DISABLED: Image management version has been disabled and no further pool operation can be done using the same.
  • FAILED: Image management version creation has failed.
  • PARTIALLY_AVAILABLE: Some of the image management asset creation in some of the virtual centers have failed.
  • PUBLISHING: Image management version is being published and specialized internally like installing agents etc.
  • REPLICATING: Copying the specialized images across all virtual centers.
Possible values are : AVAILABLE, DEPLOYING_VM, DEPLOYMENT_DONE, DELETED, DISABLED, FAILED, PARTIALLY_AVAILABLE, PUBLISHING, REPLICATING,
Parameter To