Class: Aws::OpsWorks::Types::VolumeConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Describes an Amazon EBS volume configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptedBoolean

Specifies whether an Amazon EBS volume is encrypted. For more information, see [Amazon EBS Encryption].

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html

Returns:

  • (Boolean)


6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-opsworks/types.rb', line 6272

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

For PIOPS volumes, the IOPS per disk.

Returns:

  • (Integer)


6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-opsworks/types.rb', line 6272

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#mount_pointString

The volume mount point. For example “/dev/sdh”.

Returns:

  • (String)


6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-opsworks/types.rb', line 6272

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_disksInteger

The number of disks in the volume.

Returns:

  • (Integer)


6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-opsworks/types.rb', line 6272

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#raid_levelInteger

Returns:

  • (Integer)


6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-opsworks/types.rb', line 6272

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The volume size.

Returns:

  • (Integer)


6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-opsworks/types.rb', line 6272

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

The volume type. For more information, see [ Amazon EBS Volume Types].

  • ‘standard` - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB.

  • ‘io1` - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB.

  • ‘gp2` - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB.

  • ‘st1` - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of 500 GiB and a maximum size of 16384 GiB.

  • ‘sc1` - Cold HDD. Cold HDD volumes must have a minimum size of 500 GiB and a maximum size of 16384 GiB.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html

Returns:

  • (String)


6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-opsworks/types.rb', line 6272

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end