Package | Description |
---|---|
com.oracle.bmc.psql.model |
Modifier and Type | Method and Description |
---|---|
CreateDbInstanceDetails |
CreateDbInstanceDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CreateDbInstanceDetails> |
CreateDbSystemDetails.getInstancesDetails()
Details of database instances nodes to be created.
|
Modifier and Type | Method and Description |
---|---|
CreateDbInstanceDetails.Builder |
CreateDbInstanceDetails.Builder.copy(CreateDbInstanceDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateDbSystemDetails.Builder |
CreateDbSystemDetails.Builder.instancesDetails(List<CreateDbInstanceDetails> instancesDetails)
Details of database instances nodes to be created.
|
Constructor and Description |
---|
CreateDbSystemDetails(String displayName,
String description,
String compartmentId,
DbSystem.SystemType systemType,
String dbVersion,
String configId,
StorageDetails storageDetails,
String shape,
Integer instanceOcpuCount,
Integer instanceMemorySizeInGBs,
Integer instanceCount,
List<CreateDbInstanceDetails> instancesDetails,
Credentials credentials,
NetworkDetails networkDetails,
ManagementPolicyDetails managementPolicy,
SourceDetails source,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.