ValidStorageOptions class

Information about valid modifications that you can make to your DB instance.

Contains the result of a successful call to the DescribeValidDBInstanceModifications action.

Constructors

ValidStorageOptions({List<DoubleRange>? iopsToStorageRatio, List<Range>? provisionedIops, List<Range>? storageSize, String? storageType})
ValidStorageOptions.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iopsToStorageRatio List<DoubleRange>?
The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
final
provisionedIops List<Range>?
The valid range of provisioned IOPS. For example, 1000-20000.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageSize List<Range>?
The valid range of storage in gibibytes. For example, 100 to 16384.
final
storageType String?
The valid storage types for your DB instance. For example, gp2, io1.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited