AutonomousDatabase class
Details of the Autonomous Database resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/
Constructors
-
AutonomousDatabase.new({String? adminPassword, String? cidr, String? createTime, String? database, List<
String> ? disasterRecoverySupportedLocations, String? displayName, String? entitlementId, Map<String, String> ? labels, String? name, String? network, String? odbNetwork, String? odbSubnet, List<String> ? peerAutonomousDatabases, AutonomousDatabaseProperties? properties, SourceConfig? sourceConfig}) - 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 Autonomous 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
-
disasterRecoverySupportedLocations
↔ List<
String> ? -
List of supported GCP region to clone the Autonomous Database for disaster
recovery.
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
- odbNetwork ↔ String?
-
The name of the OdbNetwork associated with the Autonomous Database.
getter/setter pair
- odbSubnet ↔ String?
-
The name of the OdbSubnet associated with the Autonomous Database.
getter/setter pair
-
peerAutonomousDatabases
↔ List<
String> ? -
The peer Autonomous Database names of the given Autonomous Database.
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
- sourceConfig ↔ SourceConfig?
-
The source Autonomous Database configuration for the standby Autonomous
Database.
getter/setter pair
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