AutonomousDatabase constructor

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

Implementation

AutonomousDatabase({
  this.adminPassword,
  this.adminPasswordSecretVersion,
  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,
});