PendingModifiedValues class

One or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.

Constructors

PendingModifiedValues({int? allocatedStorage, int? backupRetentionPeriod, String? cACertificateIdentifier, String? dBInstanceClass, String? dBInstanceIdentifier, String? dBSubnetGroupName, String? engineVersion, int? iops, String? licenseModel, String? masterUserPassword, bool? multiAZ, PendingCloudwatchLogsExports? pendingCloudwatchLogsExports, int? port, String? storageType})
PendingModifiedValues.fromXml(XmlElement elem)
factory

Properties

allocatedStorage int?
Contains the new AllocatedStorage size for then instance that will be applied or is currently being applied.
final
backupRetentionPeriod int?
Specifies the pending number of days for which automated backups are retained.
final
cACertificateIdentifier String?
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
final
dBInstanceClass String?
Contains the new DBInstanceClass for the instance that will be applied or is currently being applied.
final
dBInstanceIdentifier String?
Contains the new DBInstanceIdentifier for the instance that will be applied or is currently being applied.
final
dBSubnetGroupName String?
The new subnet group for the instance.
final
engineVersion String?
Indicates the database engine version.
final
hashCode int
The hash code for this object.
no setterinherited
iops int?
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
final
licenseModel String?
The license model for the instance.
final
masterUserPassword String?
Contains the pending or currently in-progress change of the master credentials for the instance.
final
multiAZ bool?
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
final
pendingCloudwatchLogsExports PendingCloudwatchLogsExports?
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
final
port int?
Specifies the pending port for the instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageType String?
Specifies the storage type to be associated with the instance.
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