Class MysqlLayerEbsVolume


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

      • encrypted

        public java.util.Optional<java.lang.Boolean> encrypted()
      • iops

        public java.util.Optional<java.lang.Integer> iops()
        Returns:
        For PIOPS volumes, the IOPS per disk.
      • mountPoint

        public java.lang.String mountPoint()
        Returns:
        The path to mount the EBS volume on the layer's instances.
      • numberOfDisks

        public java.lang.Integer numberOfDisks()
        Returns:
        The number of disks to use for the EBS volume.
      • raidLevel

        public java.util.Optional<java.lang.String> raidLevel()
        Returns:
        The RAID level to use for the volume.
      • size

        public java.lang.Integer size()
        Returns:
        The size of the volume in gigabytes.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.