VmImageCatalogItemPublishRequest

VmImageCatalogItemPublishRequest
VmImageCatalogItemPublishRequest

A request to publish a VM image to the catalog for the members of a specific project.

AllOf
JSON Example
{
    "description": "string",
    "global": false,
    "iconId": "string",
    "name": "string",
    "organizationSharings": [
        {
            "orgId": "string"
        }
    ],
    "projectId": "string",
    "spec": {
        "cloudConfig": "string",
        "imageName": "string",
        "selectZone": false
    },
    "typeId": "string"
}