Package com.pulumi.aws.opsworks.outputs
Class MemcachedLayerEbsVolume
- java.lang.Object
-
- com.pulumi.aws.opsworks.outputs.MemcachedLayerEbsVolume
-
public final class MemcachedLayerEbsVolume extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MemcachedLayerEbsVolume.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MemcachedLayerEbsVolume.Builder
builder()
static MemcachedLayerEbsVolume.Builder
builder(MemcachedLayerEbsVolume defaults)
java.util.Optional<java.lang.Boolean>
encrypted()
java.util.Optional<java.lang.Integer>
iops()
java.lang.String
mountPoint()
java.lang.Integer
numberOfDisks()
java.util.Optional<java.lang.String>
raidLevel()
java.lang.Integer
size()
java.util.Optional<java.lang.String>
type()
-
-
-
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`.
-
builder
public static MemcachedLayerEbsVolume.Builder builder()
-
builder
public static MemcachedLayerEbsVolume.Builder builder(MemcachedLayerEbsVolume defaults)
-
-