Class SharedGalleryImageVersionInner


  • public final class SharedGalleryImageVersionInner
    extends PirSharedGalleryResource
    Specifies information about the gallery image version that you want to create or update.
    • Constructor Detail

      • SharedGalleryImageVersionInner

        public SharedGalleryImageVersionInner()
    • Method Detail

      • publishedDate

        public OffsetDateTime publishedDate()
        Get the publishedDate property: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
        Returns:
        the publishedDate value.
      • withPublishedDate

        public SharedGalleryImageVersionInner withPublishedDate​(OffsetDateTime publishedDate)
        Set the publishedDate property: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
        Parameters:
        publishedDate - the publishedDate value to set.
        Returns:
        the SharedGalleryImageVersionInner object itself.
      • endOfLifeDate

        public OffsetDateTime endOfLifeDate()
        Get the endOfLifeDate property: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
        Returns:
        the endOfLifeDate value.
      • withEndOfLifeDate

        public SharedGalleryImageVersionInner withEndOfLifeDate​(OffsetDateTime endOfLifeDate)
        Set the endOfLifeDate property: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
        Parameters:
        endOfLifeDate - the endOfLifeDate value to set.
        Returns:
        the SharedGalleryImageVersionInner object itself.