Uses of Class
com.oracle.bmc.psql.model.Configuration.ConfigType
-
Packages that use Configuration.ConfigType Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of Configuration.ConfigType in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return Configuration.ConfigType Modifier and Type Method Description static Configuration.ConfigType
Configuration.ConfigType. create(String key)
Configuration.ConfigType
Configuration. getConfigType()
The type of configuration.static Configuration.ConfigType
Configuration.ConfigType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Configuration.ConfigType[]
Configuration.ConfigType. 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 Configuration.ConfigType Modifier and Type Method Description Configuration.Builder
Configuration.Builder. configType(Configuration.ConfigType configType)
The type of configuration.Constructors in com.oracle.bmc.psql.model with parameters of type Configuration.ConfigType Constructor Description Configuration(String id, String displayName, String description, String compartmentId, Date timeCreated, Configuration.LifecycleState lifecycleState, String lifecycleDetails, String dbVersion, Configuration.ConfigType configType, String shape, Boolean isFlexible, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, ConfigurationDetails configurationDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Configuration.ConfigType in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return Configuration.ConfigType Modifier and Type Method Description Configuration.ConfigType
ListConfigurationsRequest. getConfigType()
A filter to return only resources if their configType matches the given configType.Methods in com.oracle.bmc.psql.requests with parameters of type Configuration.ConfigType Modifier and Type Method Description ListConfigurationsRequest.Builder
ListConfigurationsRequest.Builder. configType(Configuration.ConfigType configType)
A filter to return only resources if their configType matches the given configType.
-