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.SystemTypeDbSystem.SystemType. create(String key)DbSystem.SystemTypeCreateDbSystemDetails. getSystemType()Type of the database system.DbSystem.SystemTypeDbSystem. getSystemType()Type of the database system.DbSystem.SystemTypeDbSystemDetails. getSystemType()Type of the database system.DbSystem.SystemTypeDbSystemSummary. getSystemType()Type of the database system.static DbSystem.SystemTypeDbSystem.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.BuilderCreateDbSystemDetails.Builder. systemType(DbSystem.SystemType systemType)Type of the database system.DbSystem.BuilderDbSystem.Builder. systemType(DbSystem.SystemType systemType)Type of the database system.DbSystemDetails.BuilderDbSystemDetails.Builder. systemType(DbSystem.SystemType systemType)Type of the database system.DbSystemSummary.BuilderDbSystemSummary.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.
-