AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.ValidStorageOptions

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class ValidStorageOptions

The ValidStorageOptions type exposes the following members

Constructors

NameDescription
Public Method ValidStorageOptions()

Properties

NameTypeDescription
Public Property IopsToStorageRatio System.Collections.Generic.List<Amazon.RDS.Model.DoubleRange>

Gets and sets the property IopsToStorageRatio.

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.

Public Property ProvisionedIops System.Collections.Generic.List<Amazon.RDS.Model.Range>

Gets and sets the property ProvisionedIops.

The valid range of provisioned IOPS. For example, 1000-256,000.

Public Property ProvisionedStorageThroughput System.Collections.Generic.List<Amazon.RDS.Model.Range>

Gets and sets the property ProvisionedStorageThroughput.

The valid range of provisioned storage throughput. For example, 500-4,000 mebibytes per second (MiBps).

Public Property StorageSize System.Collections.Generic.List<Amazon.RDS.Model.Range>

Gets and sets the property StorageSize.

The valid range of storage in gibibytes (GiB). For example, 100 to 16,384.

Public Property StorageThroughputToIopsRatio System.Collections.Generic.List<Amazon.RDS.Model.DoubleRange>

Gets and sets the property StorageThroughputToIopsRatio.

The valid range of storage throughput to provisioned IOPS ratios. For example, 0-0.25.

Public Property StorageType System.String

Gets and sets the property StorageType.

The valid storage types for your DB instance. For example: gp2, gp3, io1, io2.

Public Property SupportsStorageAutoscaling System.Boolean

Gets and sets the property SupportsStorageAutoscaling.

Indicates whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5