Package | Description |
---|---|
com.oracle.bmc.psql.model |
Modifier and Type | Method and Description |
---|---|
DbInstance |
DbInstance.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DbInstance> |
DbSystem.getInstances()
The list of instances, or nodes, in the database system.
|
Modifier and Type | Method and Description |
---|---|
DbInstance.Builder |
DbInstance.Builder.copy(DbInstance model) |
Modifier and Type | Method and Description |
---|---|
DbSystem.Builder |
DbSystem.Builder.instances(List<DbInstance> instances)
The list of instances, or nodes, in the database system.
|
Constructor and Description |
---|
DbSystem(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DbSystem.LifecycleState lifecycleState,
String lifecycleDetails,
String adminUsername,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
DbSystem.SystemType systemType,
String dbVersion,
String configId,
String shape,
Integer instanceOcpuCount,
Integer instanceMemorySizeInGBs,
Integer instanceCount,
List<DbInstance> instances,
StorageDetails storageDetails,
NetworkDetails networkDetails,
ManagementPolicy managementPolicy,
SourceDetails source)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.