ImageManagementVersionUpdateSpec
ImageManagementVersionUpdateSpec
Image management version object to be updated.
JSON Example
{
"description": "string",
"name": "v1",
"status": "AVAILABLE"
}
object
additional_details
Optional
Additional details about image management version.
string As [\S\s]{0,1024}
description
Optional
Image management version description.
string As [a-zA-Z0-9_.-]{1,64}
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.
- DELETED: Image management version has been deleted.
- 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.
- 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, DELETED, DEPLOYING_VM, DEPLOYMENT_DONE, DISABLED, FAILED, PARTIALLY_AVAILABLE, PUBLISHING, REPLICATING,