Class: Aws::OpsWorks::Types::RaidArray
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RaidArray
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes an instance’s RAID array.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The array’s Availability Zone.
-
#created_at ⇒ String
When the RAID array was created.
-
#device ⇒ String
The array’s Linux device.
-
#instance_id ⇒ String
The instance ID.
-
#iops ⇒ Integer
For PIOPS volumes, the IOPS per disk.
-
#mount_point ⇒ String
The array’s mount point.
-
#name ⇒ String
The array name.
-
#number_of_disks ⇒ Integer
The number of disks in the array.
-
#raid_array_id ⇒ String
The array ID.
-
#raid_level ⇒ Integer
The [RAID level].
-
#size ⇒ Integer
The array’s size.
-
#stack_id ⇒ String
The stack ID.
-
#volume_type ⇒ String
The volume type, standard or PIOPS.
Instance Attribute Details
#availability_zone ⇒ String
The array’s Availability Zone. For more information, see [Regions and Endpoints].
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
When the RAID array was created.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#device ⇒ String
The array’s Linux device. For example /dev/mdadm0.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#iops ⇒ Integer
For PIOPS volumes, the IOPS per disk.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#mount_point ⇒ String
The array’s mount point.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The array name.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#number_of_disks ⇒ Integer
The number of disks in the array.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#raid_array_id ⇒ String
The array ID.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#raid_level ⇒ Integer
The [RAID level].
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The array’s size.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
The volume type, standard or PIOPS.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4221 class RaidArray < Struct.new( :raid_array_id, :instance_id, :name, :raid_level, :number_of_disks, :size, :device, :mount_point, :availability_zone, :created_at, :stack_id, :volume_type, :iops) SENSITIVE = [] include Aws::Structure end |