Class PhpAppLayerEbsVolumeArgs


  • public final class PhpAppLayerEbsVolumeArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • encrypted

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> encrypted()
      • iops

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

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

        public com.pulumi.core.Output<java.lang.Integer> numberOfDisks()
        Returns:
        The number of disks to use for the EBS volume.
      • raidLevel

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

        public com.pulumi.core.Output<java.lang.Integer> size()
        Returns:
        The size of the volume in gigabytes.
      • type

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