Class GetImageResult


  • public final class GetImageResult
    extends java.lang.Object
    • Method Detail

      • checksum

        public java.lang.String checksum()
        Returns:
        The checksum of the data associated with the image.
      • containerFormat

        public java.lang.String containerFormat()
        Returns:
        The format of the image's container.
      • createdAt

        public java.lang.String createdAt()
        Returns:
        The date the image was created.
      • diskFormat

        public java.lang.String diskFormat()
        Returns:
        The format of the image's disk.
      • file

        public java.lang.String file()
        Returns:
        the trailing path after the glance endpoint that represent the location of the image or the path to retrieve it.
      • hidden

        public java.util.Optional<java.lang.Boolean> hidden()
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • memberStatus

        public java.util.Optional<java.lang.String> memberStatus()
      • metadata

        public java.util.Map<java.lang.String,​java.lang.Object> metadata()
        Returns:
        The metadata associated with the image. Image metadata allow for meaningfully define the image properties and tags. See https://docs.openstack.org/glance/latest/user/metadefs-concepts.html.
      • minDiskGb

        public java.lang.Integer minDiskGb()
        Returns:
        The minimum amount of disk space required to use the image.
      • minRamMb

        public java.lang.Integer minRamMb()
        Returns:
        The minimum amount of ram required to use the image.
      • mostRecent

        public java.util.Optional<java.lang.Boolean> mostRecent()
      • name

        public java.util.Optional<java.lang.String> name()
      • nameRegex

        public java.util.Optional<java.lang.String> nameRegex()
      • owner

        public java.util.Optional<java.lang.String> owner()
      • properties

        public java.util.Map<java.lang.String,​java.lang.Object> properties()
        Returns:
        Freeform information about the image.
      • protected_

        public java.lang.Boolean protected_()
        Returns:
        Whether or not the image is protected.
      • region

        public java.lang.String region()
      • schema

        public java.lang.String schema()
        Returns:
        The path to the JSON-schema that represent the image or image
      • sizeBytes

        public java.lang.Integer sizeBytes()
        Returns:
        The size of the image (in bytes).
      • sizeMax

        public java.util.Optional<java.lang.Integer> sizeMax()
      • sizeMin

        public java.util.Optional<java.lang.Integer> sizeMin()
      • sortDirection

        public java.util.Optional<java.lang.String> sortDirection()
      • sortKey

        public java.util.Optional<java.lang.String> sortKey()
      • tag

        public java.util.Optional<java.lang.String> tag()
      • tags

        public java.util.List<java.lang.String> tags()
        Returns:
        The tags list of the image.
      • updatedAt

        public java.lang.String updatedAt()
        Returns:
        The date the image was last updated.
      • visibility

        public java.util.Optional<java.lang.String> visibility()