Show / Hide Table of Contents

Class HaproxyLayerEbsVolumeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HaproxyLayerEbsVolumeArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class HaproxyLayerEbsVolumeArgs : ResourceArgs

Constructors

View Source

HaproxyLayerEbsVolumeArgs()

Declaration
public HaproxyLayerEbsVolumeArgs()

Properties

View Source

Encrypted

Declaration
public Input<bool> Encrypted { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Iops

For PIOPS volumes, the IOPS per disk.

Declaration
public Input<int> Iops { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MountPoint

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

Declaration
public Input<string> MountPoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NumberOfDisks

The number of disks to use for the EBS volume.

Declaration
public Input<int> NumberOfDisks { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RaidLevel

The RAID level to use for the volume.

Declaration
public Input<string> RaidLevel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Size

The size of the volume in gigabytes.

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Type

The type of volume to create. This may be standard (the default), io1 or gp2.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.