Uses of Class
com.oracle.bmc.psql.model.DbInstance
-
Packages that use DbInstance Package Description com.oracle.bmc.psql.model -
-
Uses of DbInstance in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbInstance Modifier and Type Method Description DbInstance
DbInstance.Builder. build()
Methods in com.oracle.bmc.psql.model that return types with arguments of type DbInstance Modifier and Type Method Description List<DbInstance>
DbSystem. getInstances()
The list of instances, or nodes, in the database system.Methods in com.oracle.bmc.psql.model with parameters of type DbInstance Modifier and Type Method Description DbInstance.Builder
DbInstance.Builder. copy(DbInstance model)
Method parameters in com.oracle.bmc.psql.model with type arguments of type DbInstance Modifier and Type Method Description DbSystem.Builder
DbSystem.Builder. instances(List<DbInstance> instances)
The list of instances, or nodes, in the database system.Constructor parameters in com.oracle.bmc.psql.model with type arguments of type DbInstance Constructor 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.
-