DBInstance class
Constructors
-
DBInstance({int? allocatedStorage, bool? autoMinorVersionUpgrade, String? availabilityZone, int? backupRetentionPeriod, String? characterSetName, String? dBInstanceClass, String? dBInstanceIdentifier, String? dBInstanceStatus, String? dBName, List<
DBParameterGroupStatus> ? dBParameterGroups, List<DBSecurityGroupMembership> ? dBSecurityGroups, DBSubnetGroup? dBSubnetGroup, Endpoint? endpoint, String? engine, String? engineVersion, DateTime? instanceCreateTime, int? iops, DateTime? latestRestorableTime, String? licenseModel, String? masterUsername, bool? multiAZ, OptionGroupMembership? optionGroupMembership, PendingModifiedValues? pendingModifiedValues, String? preferredBackupWindow, String? preferredMaintenanceWindow, bool? publiclyAccessible, List<String> ? readReplicaDBInstanceIdentifiers, String? readReplicaSourceDBInstanceIdentifier, String? secondaryAvailabilityZone, List<VpcSecurityGroupMembership> ? vpcSecurityGroups}) - DBInstance.fromXml(XmlElement elem)
-
factory
Properties
- allocatedStorage → int?
-
final
- autoMinorVersionUpgrade → bool?
-
final
- availabilityZone → String?
-
final
- backupRetentionPeriod → int?
-
final
- characterSetName → String?
-
final
- dBInstanceClass → String?
-
final
- dBInstanceIdentifier → String?
-
final
- dBInstanceStatus → String?
-
final
- dBName → String?
-
final
-
dBParameterGroups
→ List<
DBParameterGroupStatus> ? -
final
-
dBSecurityGroups
→ List<
DBSecurityGroupMembership> ? -
final
- dBSubnetGroup → DBSubnetGroup?
-
final
- endpoint → Endpoint?
-
final
- engine → String?
-
final
- engineVersion → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceCreateTime → DateTime?
-
final
- iops → int?
-
final
- latestRestorableTime → DateTime?
-
final
- licenseModel → String?
-
final
- masterUsername → String?
-
final
- multiAZ → bool?
-
final
- optionGroupMembership → OptionGroupMembership?
-
final
- pendingModifiedValues → PendingModifiedValues?
-
final
- preferredBackupWindow → String?
-
final
- preferredMaintenanceWindow → String?
-
final
- publiclyAccessible → bool?
-
final
-
readReplicaDBInstanceIdentifiers
→ List<
String> ? -
final
- readReplicaSourceDBInstanceIdentifier → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryAvailabilityZone → String?
-
final
-
vpcSecurityGroups
→ List<
VpcSecurityGroupMembership> ? -
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