AWS SDK Version 2 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.

.NET Framework 3.5
 
This data type is used as a response element in the ModifyDBInstance action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.PendingModifiedValues

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PendingModifiedValues : Object

The PendingModifiedValues type exposes the following members

Constructors

NameDescription
Public Method PendingModifiedValues() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property AllocatedStorage System.Int32 Gets and sets the property AllocatedStorage.

Contains the new AllocatedStorage size for the DB instance that will be applied or is in progress.

Public Property BackupRetentionPeriod System.Int32 Gets and sets the property BackupRetentionPeriod.

Specifies the pending number of days for which automated backups are retained.

Public Property CACertificateIdentifier System.String Gets and sets the property CACertificateIdentifier.

Specifies the identifier of the CA certificate for the DB instance.

Public Property DBInstanceClass System.String Gets and sets the property DBInstanceClass.

Contains the new DBInstanceClass for the DB instance that will be applied or is in progress.

Public Property DBInstanceIdentifier System.String Gets and sets the property DBInstanceIdentifier.

Contains the new DBInstanceIdentifier for the DB instance that will be applied or is in progress.

Public Property EngineVersion System.String Gets and sets the property EngineVersion.

Indicates the database engine version.

Public Property Iops System.Int32 Gets and sets the property Iops.

Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.

Public Property MasterUserPassword System.String Gets and sets the property MasterUserPassword.

Contains the pending or in-progress change of the master credentials for the DB instance.

Public Property MultiAZ System.Boolean Gets and sets the property MultiAZ.

Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

Public Property Port System.Int32 Gets and sets the property Port.

Specifies the pending port for the DB instance.

Public Property StorageType System.String Gets and sets the property StorageType.

Specifies the storage type to be associated with the DB instance.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1