Show / Hide Table of Contents

Class MemcachedLayerEbsVolume

Inheritance
System.Object
MemcachedLayerEbsVolume
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 MemcachedLayerEbsVolume

Fields

View Source

Encrypted

Declaration
public readonly bool? Encrypted
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Iops

For PIOPS volumes, the IOPS per disk.

Declaration
public readonly int? Iops
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MountPoint

The path to mount the EBS volume on the layer's instances.

Declaration
public readonly string MountPoint
Field Value
Type Description
System.String
View Source

NumberOfDisks

The number of disks to use for the EBS volume.

Declaration
public readonly int NumberOfDisks
Field Value
Type Description
System.Int32
View Source

RaidLevel

The RAID level to use for the volume.

Declaration
public readonly string RaidLevel
Field Value
Type Description
System.String
View Source

Size

The size of the volume in gigabytes.

Declaration
public readonly int Size
Field Value
Type Description
System.Int32
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.