VmImageCatalogItemPublishRequest
VmImageCatalogItemPublishRequest
A request to publish a VM image to the catalog for the members of a specific project.
AllOf
This class requires all of the following:
JSON Example
{
"description": "string",
"global": false,
"iconId": "string",
"name": "string",
"organizationSharings": [
{
"orgId": "string"
}
],
"projectId": "string",
"spec": {
"cloudConfig": "string",
"imageName": "string",
"selectZone": false
},
"typeId": "string"
}