Class GlanceEndpointBuilderFactory.GlanceHeaderNameBuilder

  • Enclosing interface:
    GlanceEndpointBuilderFactory

    public static class GlanceEndpointBuilderFactory.GlanceHeaderNameBuilder
    extends Object
    The builder of headers' name for the OpenStack Glance component.
    • Constructor Detail

      • GlanceHeaderNameBuilder

        public GlanceHeaderNameBuilder()
    • Method Detail

      • diskFormat

        public String diskFormat()
        The number of flavor VCPU. The option is a: org.openstack4j.model.image.DiskFormat type. Group: producer
        Returns:
        the name of the header diskFormat.
      • containerFormat

        public String containerFormat()
        Size of RAM. The option is a: org.openstack4j.model.image.ContainerFormat type. Group: producer
        Returns:
        the name of the header containerFormat.
      • owner

        public String owner()
        Image owner. The option is a: String type. Group: producer
        Returns:
        the name of the header owner.
      • isPublic

        public String isPublic()
        Is public. The option is a: Boolean type. Group: producer
        Returns:
        the name of the header isPublic.
      • minRam

        public String minRam()
        Minimum ram. The option is a: Long type. Group: producer
        Returns:
        the name of the header minRam.
      • minDisk

        public String minDisk()
        Minimum disk. The option is a: Long type. Group: producer
        Returns:
        the name of the header minDisk.
      • size

        public String size()
        Size. The option is a: Long type. Group: producer
        Returns:
        the name of the header size.
      • checksum

        public String checksum()
        Checksum. The option is a: String type. Group: producer
        Returns:
        the name of the header checksum.
      • operation

        public String operation()
        The operation to perform. The option is a: String type. Group: producer
        Returns:
        the name of the header operation.
      • iD

        public String iD()
        The ID. The option is a: String type. Group: producer
        Returns:
        the name of the header ID.
      • name

        public String name()
        The name. The option is a: String type. Group: producer
        Returns:
        the name of the header name.
      • properties

        public String properties()
        The image properties. The option is a: Map<String, String> type. Group: producer
        Returns:
        the name of the header properties.