Package | Description |
---|---|
com.oracle.bmc.fusionapps.model | |
com.oracle.bmc.fusionapps.requests |
Modifier and Type | Method and Description |
---|---|
static ScheduledActivity.RunCycle |
ScheduledActivity.RunCycle.create(String key) |
ScheduledActivity.RunCycle |
ScheduledActivitySummary.getRunCycle()
The run cadence of this scheduled activity.
|
ScheduledActivity.RunCycle |
ScheduledActivity.getRunCycle()
run cadence.
|
static ScheduledActivity.RunCycle |
ScheduledActivity.RunCycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledActivity.RunCycle[] |
ScheduledActivity.RunCycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScheduledActivitySummary.Builder |
ScheduledActivitySummary.Builder.runCycle(ScheduledActivity.RunCycle runCycle)
The run cadence of this scheduled activity.
|
ScheduledActivity.Builder |
ScheduledActivity.Builder.runCycle(ScheduledActivity.RunCycle runCycle)
run cadence.
|
Constructor and Description |
---|
ScheduledActivity(String id,
String displayName,
ScheduledActivity.RunCycle runCycle,
String fusionEnvironmentId,
ScheduledActivity.LifecycleState lifecycleState,
List<Action> actions,
ScheduledActivity.ServiceAvailability serviceAvailability,
Date timeScheduledStart,
Date timeExpectedFinish,
Date timeFinished,
Integer delayInHours,
Date timeCreated,
Date timeUpdated,
ScheduledActivity.LifecycleDetails lifecycleDetails,
ScheduledActivity.ScheduledActivityPhase scheduledActivityPhase,
String scheduledActivityAssociationId)
Deprecated.
|
ScheduledActivitySummary(String id,
String displayName,
ScheduledActivity.RunCycle runCycle,
String fusionEnvironmentId,
ScheduledActivity.LifecycleState lifecycleState,
List<Action> actions,
Date timeScheduledStart,
Date timeExpectedFinish,
Date timeFinished,
Integer delayInHours,
ScheduledActivity.ServiceAvailability serviceAvailability,
Date timeAccepted,
Date timeUpdated,
String lifecycleDetails,
ScheduledActivity.ScheduledActivityPhase scheduledActivityPhase,
String scheduledActivityAssociationId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ScheduledActivity.RunCycle |
ListScheduledActivitiesRequest.getRunCycle()
A filter that returns all resources that match the specified run cycle.
|
Modifier and Type | Method and Description |
---|---|
ListScheduledActivitiesRequest.Builder |
ListScheduledActivitiesRequest.Builder.runCycle(ScheduledActivity.RunCycle runCycle)
A filter that returns all resources that match the specified run cycle.
|
Copyright © 2016–2024. All rights reserved.