Uses of Class
com.oracle.bmc.dataflow.model.PoolConfig
-
Packages that use PoolConfig Package Description com.oracle.bmc.dataflow.model -
-
Uses of PoolConfig in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return PoolConfig Modifier and Type Method Description PoolConfig
PoolConfig.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type PoolConfig Modifier and Type Method Description List<PoolConfig>
CreatePoolDetails. getConfigurations()
List of PoolConfig items.List<PoolConfig>
Pool. getConfigurations()
List of PoolConfig items.List<PoolConfig>
UpdatePoolDetails. getConfigurations()
List of PoolConfig items.Methods in com.oracle.bmc.dataflow.model with parameters of type PoolConfig Modifier and Type Method Description PoolConfig.Builder
PoolConfig.Builder. copy(PoolConfig model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type PoolConfig Modifier and Type Method Description CreatePoolDetails.Builder
CreatePoolDetails.Builder. configurations(List<PoolConfig> configurations)
List of PoolConfig items.Pool.Builder
Pool.Builder. configurations(List<PoolConfig> configurations)
List of PoolConfig items.UpdatePoolDetails.Builder
UpdatePoolDetails.Builder. configurations(List<PoolConfig> configurations)
List of PoolConfig items.Constructor parameters in com.oracle.bmc.dataflow.model with type arguments of type PoolConfig Constructor Description CreatePoolDetails(String compartmentId, String displayName, String description, List<PoolConfig> configurations, List<PoolSchedule> schedules, Integer idleTimeoutInMinutes, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Pool(String compartmentId, Map<String,Map<String,Object>> definedTags, String description, String displayName, Map<String,String> freeformTags, String id, String lifecycleDetails, PoolLifecycleState lifecycleState, String ownerPrincipalId, String ownerUserName, PoolMetrics poolMetrics, List<PoolConfig> configurations, List<PoolSchedule> schedules, Integer idleTimeoutInMinutes, Date timeCreated, Date timeUpdated)
Deprecated.UpdatePoolDetails(String displayName, String description, List<PoolConfig> configurations, List<PoolSchedule> schedules, Integer idleTimeoutInMinutes, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-