Uses of Class
com.oracle.bmc.psql.model.DbSystem.SystemType
-
Packages that use DbSystem.SystemType Package Description com.oracle.bmc.psql.model -
-
Uses of DbSystem.SystemType in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbSystem.SystemType Modifier and Type Method Description static DbSystem.SystemType
DbSystem.SystemType. create(String key)
DbSystem.SystemType
CreateDbSystemDetails. getSystemType()
Type of the database system.DbSystem.SystemType
DbSystem. getSystemType()
Type of the database system.DbSystem.SystemType
DbSystemDetails. getSystemType()
Type of the database system.DbSystem.SystemType
DbSystemSummary. getSystemType()
Type of the database system.static DbSystem.SystemType
DbSystem.SystemType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystem.SystemType[]
DbSystem.SystemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.psql.model with parameters of type DbSystem.SystemType Modifier and Type Method Description CreateDbSystemDetails.Builder
CreateDbSystemDetails.Builder. systemType(DbSystem.SystemType systemType)
Type of the database system.DbSystem.Builder
DbSystem.Builder. systemType(DbSystem.SystemType systemType)
Type of the database system.DbSystemDetails.Builder
DbSystemDetails.Builder. systemType(DbSystem.SystemType systemType)
Type of the database system.DbSystemSummary.Builder
DbSystemSummary.Builder. systemType(DbSystem.SystemType systemType)
Type of the database system.Constructors in com.oracle.bmc.psql.model with parameters of type DbSystem.SystemType Constructor 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.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.DbSystemDetails(DbSystem.SystemType systemType, String dbVersion, String configId)
Deprecated.DbSystemSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, DbSystem.SystemType systemType, Integer instanceCount, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, String dbVersion, String configId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-