Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
PoolSchedule |
PoolSchedule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PoolSchedule> |
Pool.getSchedules()
A list of schedules for pool to auto start and stop.
|
List<PoolSchedule> |
CreatePoolDetails.getSchedules()
A list of schedules for pool to auto start and stop.
|
List<PoolSchedule> |
UpdatePoolDetails.getSchedules()
A list of schedules for pool to auto start and stop.
|
Modifier and Type | Method and Description |
---|---|
PoolSchedule.Builder |
PoolSchedule.Builder.copy(PoolSchedule model) |
Modifier and Type | Method and Description |
---|---|
Pool.Builder |
Pool.Builder.schedules(List<PoolSchedule> schedules)
A list of schedules for pool to auto start and stop.
|
CreatePoolDetails.Builder |
CreatePoolDetails.Builder.schedules(List<PoolSchedule> schedules)
A list of schedules for pool to auto start and stop.
|
UpdatePoolDetails.Builder |
UpdatePoolDetails.Builder.schedules(List<PoolSchedule> schedules)
A list of schedules for pool to auto start and stop.
|
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.