ImageSetRequest
ImageSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| min_disk optional | Minimum disk capacity (GB) of the Image to be created Example : 100 | any of [integer, null] | |
| min_ram optional | Minimum RAM capacity (GB) of the Image to be created Example : 0 | any of [integer, null] | |
| protected optional | whether Image deletion is prohibited Example : False | any of [boolean, null] | |
| visibility optional | Indicates access permissions for the Image. Private: Can be used only within the Account, Shared: Can be shared between Accounts Example : privatePattern : private|shared | any of [string, null] |