Class GangliaLayerEbsVolume
Inheritance
System.Object
GangliaLayerEbsVolume
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.OpsWorks.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GangliaLayerEbsVolume
Fields
View SourceEncrypted
Declaration
public readonly bool? Encrypted
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Iops
For PIOPS volumes, the IOPS per disk.
Declaration
public readonly int? Iops
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MountPoint
The path to mount the EBS volume on the layer's instances.
Declaration
public readonly string MountPoint
Field Value
| Type | Description |
|---|---|
| System.String |
NumberOfDisks
The number of disks to use for the EBS volume.
Declaration
public readonly int NumberOfDisks
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RaidLevel
The RAID level to use for the volume.
Declaration
public readonly string RaidLevel
Field Value
| Type | Description |
|---|---|
| System.String |
Size
The size of the volume in gigabytes.
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Type
The type of volume to create. This may be standard (the default), io1 or gp2.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |