DbSystemProperties constructor
DbSystemProperties({
- int? computeCount,
- String? computeModel,
- DataCollectionOptionsDbSystem? dataCollectionOptions,
- int? dataStorageSizeGb,
- String? databaseEdition,
- DbHome? dbHome,
- DbSystemOptions? dbSystemOptions,
- String? domain,
- String? hostname,
- String? hostnamePrefix,
- int? initialDataStorageSizeGb,
- String? licenseModel,
- String? lifecycleState,
- int? memorySizeGb,
- int? nodeCount,
- String? ocid,
- String? privateIp,
- int? recoStorageSizeGb,
- String? shape,
- List<
String> ? sshPublicKeys, - TimeZone? timeZone,
Implementation
DbSystemProperties({
this.computeCount,
this.computeModel,
this.dataCollectionOptions,
this.dataStorageSizeGb,
this.databaseEdition,
this.dbHome,
this.dbSystemOptions,
this.domain,
this.hostname,
this.hostnamePrefix,
this.initialDataStorageSizeGb,
this.licenseModel,
this.lifecycleState,
this.memorySizeGb,
this.nodeCount,
this.ocid,
this.privateIp,
this.recoStorageSizeGb,
this.shape,
this.sshPublicKeys,
this.timeZone,
});