Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static SchedulingPolicy.Cadence |
SchedulingPolicy.Cadence.create(String key) |
SchedulingPolicy.Cadence |
SchedulingPolicy.getCadence()
The cadence period.
|
static SchedulingPolicy.Cadence |
SchedulingPolicy.Cadence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingPolicy.Cadence[] |
SchedulingPolicy.Cadence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulingPolicy.Builder |
SchedulingPolicy.Builder.cadence(SchedulingPolicy.Cadence cadence)
The cadence period.
|
Constructor and Description |
---|
SchedulingPolicy(String id,
String compartmentId,
String displayName,
SchedulingPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
SchedulingPolicy.Cadence cadence,
Month cadenceStartMonth,
Date timeNextWindowStarts,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.