Data Object - ImageManagementVersionBase

Class
VMware.Hv.ImageManagementVersionBase
Property of
ImageManagementVersionInfo
Parameter to
ImageManagementVersion_CreateVersions
See also
ImageManagementStreamId, MapEntry
Since
Horizon 7.10

Data Object Description

Basic data about an Image Management Version.

Data Object Properties

Properties

Name Type Description
namexsd:string

The version name is the unique name used to identify this version.
  • This property must contain only alphanumerics, dot, underscores, and dashes. The maximum length is 64 characters.
descriptionxsd:string

The description is a set of notes about the version.
  • This property need not be set.
  • This property has a maximum length of 1024 characters.
statusxsd:string

Image management version status.
  • This property will be one of:
    Value Description
    "AVAILABLE"Image management version is available for pools 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.
imageManagementStreamImageManagementStreamId

Image management stream id for this image version
  • This property cannot be updated.
additionalDetailsMapEntry[]

Additional details about image management version.
  • This property need not be set.