Interface GalleryImage.DefinitionStages.WithEndOfLifeDate
- All Known Subinterfaces:
GalleryImage.Definition
,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithEndOfLifeDate
The stage of the gallery image definition allowing to specify end of life of the version.
-
Method Summary
Modifier and TypeMethodDescriptionwithEndOfLifeDate
(org.joda.time.DateTime endOfLifeDate) Specifies end of life date of the image.
-
Method Details
-
withEndOfLifeDate
Specifies end of life date of the image.- Parameters:
endOfLifeDate
- the end of life of the gallery image- Returns:
- the next definition stage
-