PluggableDatabaseProperties constructor
PluggableDatabaseProperties({
- String? compartmentId,
- PluggableDatabaseConnectionStrings? connectionStrings,
- String? containerDatabaseOcid,
- DatabaseManagementConfig? databaseManagementConfig,
- Map<
String, DefinedTagValue> ? definedTags, - Map<
String, String> ? freeformTags, - bool? isRestricted,
- String? lifecycleDetails,
- String? lifecycleState,
- String? ocid,
- String? operationsInsightsState,
- String? pdbName,
- 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,
});