Package | Description |
---|---|
com.oracle.bmc.resourcescheduler.model |
Modifier and Type | Method and Description |
---|---|
static ScheduleSummary.Action |
ScheduleSummary.Action.create(String key) |
ScheduleSummary.Action |
ScheduleSummary.getAction()
This is the action that will be executed by the schedule.
|
static ScheduleSummary.Action |
ScheduleSummary.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleSummary.Action[] |
ScheduleSummary.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScheduleSummary.Builder |
ScheduleSummary.Builder.action(ScheduleSummary.Action action)
This is the action that will be executed by the schedule.
|
Constructor and Description |
---|
ScheduleSummary(String id,
String compartmentId,
String displayName,
ScheduleSummary.Action action,
String description,
String recurrenceDetails,
ScheduleSummary.RecurrenceType recurrenceType,
List<ResourceFilter> resourceFilters,
List<Resource> resources,
Date timeStarts,
Date timeEnds,
Date timeCreated,
Date timeUpdated,
Date timeLastRun,
Date timeNextRun,
OperationStatus lastRunStatus,
Schedule.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.