AutonomousDatabase constructor

AutonomousDatabase({
  1. String? adminPassword,
  2. String? cidr,
  3. String? createTime,
  4. String? database,
  5. List<String>? disasterRecoverySupportedLocations,
  6. String? displayName,
  7. String? entitlementId,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? network,
  11. String? odbNetwork,
  12. String? odbSubnet,
  13. List<String>? peerAutonomousDatabases,
  14. AutonomousDatabaseProperties? properties,
  15. 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,
});