AWS SDK for .NET Documentation
PendingModifiedValues Class
AmazonAmazon.RDS.ModelPendingModifiedValues Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class PendingModifiedValues
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

DBInstanceIdentifier
Contains the new DBInstanceIdentifier 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.)
Iops
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.

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) Obsolete.
Sets the AllocatedStorage property

WithBackupRetentionPeriod(Int32) Obsolete.
Sets the BackupRetentionPeriod property

WithDBInstanceClass(String) Obsolete.
Sets the DBInstanceClass property

WithDBInstanceIdentifier(String) Obsolete.
Sets the DBInstanceIdentifier property

WithEngineVersion(String) Obsolete.
Sets the EngineVersion property

WithIops(Int32) Obsolete.
Sets the Iops property

WithMasterUserPassword(String) Obsolete.
Sets the MasterUserPassword property

WithMultiAZ(Boolean) Obsolete.
Sets the MultiAZ property

WithPort(Int32) Obsolete.
Sets the Port property

Inheritance Hierarchy
Object
PendingModifiedValues

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)