Interface GalleryImageVersion.DefinitionStages
-
- Enclosing interface:
- GalleryImageVersion
public static interface GalleryImageVersion.DefinitionStagesGrouping of gallery image version definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGalleryImageVersion.DefinitionStages.BlankThe first stage of a gallery image version definition.static interfaceGalleryImageVersion.DefinitionStages.WithAvailableRegionThe stage of image version definition allowing to specify the regions in which the image version has to be available.static interfaceGalleryImageVersion.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceGalleryImageVersion.DefinitionStages.WithEndOfLifeDateThe stage of the gallery image version definition allowing to specify end of life of the version.static interfaceGalleryImageVersion.DefinitionStages.WithExcludeFromLatestThe stage of the gallery image version definition allowing to specify that the version should not be considered as a candidate version when VM is deployed with 'latest' as version of the image.static interfaceGalleryImageVersion.DefinitionStages.WithImageThe stage of the gallery image version definition allowing to specify parent image.static interfaceGalleryImageVersion.DefinitionStages.WithLocationThe stage of the gallery image version definition allowing to specify location.static interfaceGalleryImageVersion.DefinitionStages.WithSourceThe stage of the image version definition allowing to specify the source.static interfaceGalleryImageVersion.DefinitionStages.WithTagsThe stage of the gallery image version definition allowing to specify Tags.
-