VersionCreateTO
Properties
Description of new Version.
Indicates if the new version is of GPU or a non-GPU type. It must match the GPU type of Image.
Possible values are: AMD , NONE , NVIDIA
Org Id
Display name of the OS from image-sources api
OS type of the image. It must match the OS Type of Image.
Possible values are: CLIENT , LINUX , SERVER , WINDOWS , WVD
Provider instance id that gives provider specific region details
ProviderType for this VM
Possible values are: AKKA , AZURE , VSPHERE , ZEROCLOUD
Source type of new Version.
Possible values are: AKKA_CUSTOM_VM , AKKA_MARKET_PLACE , AKKA_SIG , AZURE_CUSTOM_VM , AZURE_MARKET_PLACE , AZURE_SIG , COPIED_FROM_VERSION , IMPORTED_VMS , UPLOADED , VSPHERE_CATALOG
Source Version used for creating new version. Its needed when versionType is MINOR
Version Type of new Version. Only Major and Minor are supported currently. Version type and version number of source decides the new version number.
Possible values are: MAJOR , MINOR , PATCH
JSON Example
{
"gpuType": "NONE, AMD, NVIDIA",
"osType": "WINDOWS, LINUX",
"providerLabel": "AZURE,AKKA,VSPHERE",
"sourceType": "AZURE_SIG / AZURE_CUSTOM_VM",
"versionType": "MAJOR, MINOR"
}