AutonomousDatabase constructor
AutonomousDatabase({
- 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,
Implementation
AutonomousDatabase({
this.adminPassword,
this.cidr,
this.createTime,
this.database,
this.disasterRecoverySupportedLocations,
this.displayName,
this.entitlementId,
this.labels,
this.name,
this.network,
this.odbNetwork,
this.odbSubnet,
this.peerAutonomousDatabases,
this.properties,
this.sourceConfig,
});