AutonomousDatabase class

Constructors

AutonomousDatabase.new({String? adminPassword, String? cidr, String? createTime, String? database, String? displayName, String? entitlementId, Map<String, String>? labels, String? name, String? network, AutonomousDatabaseProperties? properties})
AutonomousDatabase.fromJson(Map json_)

Properties

adminPassword String?
The password for the default ADMIN user.
getter/setter pair
cidr String?
The subnet CIDR range for the Autonmous Database.
getter/setter pair
createTime String?
The date and time that the Autonomous Database was created.
getter/setter pair
database String?
The name of the Autonomous Database.
getter/setter pair
displayName String?
The display name for the Autonomous Database.
getter/setter pair
entitlementId String?
The ID of the subscription entitlement associated with the Autonomous Database.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels or tags associated with the Autonomous Database.
getter/setter pair
name String?
Identifier.
getter/setter pair
network String?
The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
getter/setter pair
properties AutonomousDatabaseProperties?
The properties of the Autonomous Database.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited