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

Namespace: Amazon.RDS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class PendingModifiedValues
Public Class PendingModifiedValues
public ref class PendingModifiedValues

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PendingModifiedValues()()()()
Initializes a new instance of the PendingModifiedValues class
AllocatedStorage
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.
BackupRetentionPeriod
Specifies the pending number of days for which automated backups are retained.
DBInstanceClass
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.
EngineVersion
Indicates the database engine version.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MasterUserPassword
Contains the pending or in-progress change of the master credentials for the DB Instance.
MultiAZ
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.
Port
Specifies the pending port for the DB Instance.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAllocatedStorage(Int32)
Sets the AllocatedStorage property
WithBackupRetentionPeriod(Int32)
Sets the BackupRetentionPeriod property
WithDBInstanceClass(String)
Sets the DBInstanceClass property
WithEngineVersion(String)
Sets the EngineVersion property
WithMasterUserPassword(String)
Sets the MasterUserPassword property
WithMultiAZ(Boolean)
Sets the MultiAZ property
WithPort(Int32)
Sets the Port property

Inheritance Hierarchy

System..::..Object
  Amazon.RDS.Model..::..PendingModifiedValues

See Also