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