Class: Aws::RDS::Types::AvailableAdditionalStorageVolumesOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::AvailableAdditionalStorageVolumesOption
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Contains the available options for additional storage volumes for a DB instance class.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_iops ⇒ Integer
The maximum number of I/O operations per second (IOPS) that the additional storage volume supports.
-
#max_iops_per_gib ⇒ Float
The maximum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.
-
#max_storage_size ⇒ Integer
The maximum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).
-
#max_storage_throughput ⇒ Integer
The maximum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).
-
#min_iops ⇒ Integer
The minimum number of I/O operations per second (IOPS) that the additional storage volume supports.
-
#min_iops_per_gib ⇒ Float
The minimum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.
-
#min_storage_size ⇒ Integer
The minimum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).
-
#min_storage_throughput ⇒ Integer
The minimum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).
-
#storage_type ⇒ String
The storage type for the additional storage volume.
-
#supports_iops ⇒ Boolean
Indicates whether the additional storage volume supports provisioned IOPS.
-
#supports_storage_autoscaling ⇒ Boolean
Indicates whether the additional storage volume supports storage autoscaling.
-
#supports_storage_throughput ⇒ Boolean
Indicates whether the additional storage volume supports configurable storage throughput.
Instance Attribute Details
#max_iops ⇒ Integer
The maximum number of I/O operations per second (IOPS) that the additional storage volume supports.
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#max_iops_per_gib ⇒ Float
The maximum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#max_storage_size ⇒ Integer
The maximum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#max_storage_throughput ⇒ Integer
The maximum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#min_iops ⇒ Integer
The minimum number of I/O operations per second (IOPS) that the additional storage volume supports.
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#min_iops_per_gib ⇒ Float
The minimum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#min_storage_size ⇒ Integer
The minimum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#min_storage_throughput ⇒ Integer
The minimum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The storage type for the additional storage volume.
Valid Values: GP3 | IO2
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#supports_iops ⇒ Boolean
Indicates whether the additional storage volume supports provisioned IOPS.
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#supports_storage_autoscaling ⇒ Boolean
Indicates whether the additional storage volume supports storage autoscaling.
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |
#supports_storage_throughput ⇒ Boolean
Indicates whether the additional storage volume supports configurable storage throughput.
617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 617 class AvailableAdditionalStorageVolumesOption < Struct.new( :supports_storage_autoscaling, :supports_storage_throughput, :supports_iops, :storage_type, :min_storage_size, :max_storage_size, :min_iops, :max_iops, :min_iops_per_gib, :max_iops_per_gib, :min_storage_throughput, :max_storage_throughput) SENSITIVE = [] include Aws::Structure end |