Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
PoolConfig |
PoolConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PoolConfig> |
Pool.getConfigurations()
List of PoolConfig items.
|
List<PoolConfig> |
CreatePoolDetails.getConfigurations()
List of PoolConfig items.
|
List<PoolConfig> |
UpdatePoolDetails.getConfigurations()
List of PoolConfig items.
|
Modifier and Type | Method and Description |
---|---|
PoolConfig.Builder |
PoolConfig.Builder.copy(PoolConfig model) |
Modifier and Type | Method and Description |
---|---|
Pool.Builder |
Pool.Builder.configurations(List<PoolConfig> configurations)
List of PoolConfig items.
|
CreatePoolDetails.Builder |
CreatePoolDetails.Builder.configurations(List<PoolConfig> configurations)
List of PoolConfig items.
|
UpdatePoolDetails.Builder |
UpdatePoolDetails.Builder.configurations(List<PoolConfig> configurations)
List of PoolConfig items.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.