PluggableDatabaseProperties constructor

PluggableDatabaseProperties({
  1. String? compartmentId,
  2. PluggableDatabaseConnectionStrings? connectionStrings,
  3. String? containerDatabaseOcid,
  4. DatabaseManagementConfig? databaseManagementConfig,
  5. Map<String, DefinedTagValue>? definedTags,
  6. Map<String, String>? freeformTags,
  7. bool? isRestricted,
  8. String? lifecycleDetails,
  9. String? lifecycleState,
  10. String? ocid,
  11. String? operationsInsightsState,
  12. String? pdbName,
  13. List<PluggableDatabaseNodeLevelDetails>? pdbNodeLevelDetails,
})

Implementation

PluggableDatabaseProperties({
  this.compartmentId,
  this.connectionStrings,
  this.containerDatabaseOcid,
  this.databaseManagementConfig,
  this.definedTags,
  this.freeformTags,
  this.isRestricted,
  this.lifecycleDetails,
  this.lifecycleState,
  this.ocid,
  this.operationsInsightsState,
  this.pdbName,
  this.pdbNodeLevelDetails,
});