Class CinderEndpointBuilderFactory.CinderHeaderNameBuilder

  • Enclosing interface:
    CinderEndpointBuilderFactory

    public static class CinderEndpointBuilderFactory.CinderHeaderNameBuilder
    extends Object
    The builder of headers' name for the OpenStack Cinder component.
    • Constructor Detail

      • CinderHeaderNameBuilder

        public CinderHeaderNameBuilder()
    • Method Detail

      • size

        public String size()
        Size of volume. The option is a: Integer type. Group: volume
        Returns:
        the name of the header size.
      • volumeType

        public String volumeType()
        Volume type. The option is a: String type. Group: volume
        Returns:
        the name of the header volumeType.
      • imageRef

        public String imageRef()
        ID of image. The option is a: String type. Group: volume
        Returns:
        the name of the header imageRef.
      • snapshotId

        public String snapshotId()
        ID of snapshot. The option is a: String type. Group: volume
        Returns:
        the name of the header snapshotId.
      • isBootable

        public String isBootable()
        Is bootable. The option is a: Boolean type. Group: volume
        Returns:
        the name of the header isBootable.
      • volumeId

        public String volumeId()
        The Volume ID. The option is a: String type. Group: snapshot
        Returns:
        the name of the header volumeId.
      • force

        public String force()
        Force. The option is a: Boolean type. Group: snapshot
        Returns:
        the name of the header force.
      • 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.
      • description

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