Package | Description |
---|---|
com.oracle.bmc.resourcescheduler.model |
Modifier and Type | Method and Description |
---|---|
Schedule.Builder |
Schedule.Builder.action(Schedule.Action action)
This is the action that will be executed by the schedule.
|
static Schedule.Builder |
Schedule.builder()
Create a new builder.
|
Schedule.Builder |
Schedule.Builder.compartmentId(String compartmentId)
The OCID
of the compartment in which the schedule is created
|
Schedule.Builder |
Schedule.Builder.copy(Schedule model) |
Schedule.Builder |
Schedule.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
These are defined tags for this resource.
|
Schedule.Builder |
Schedule.Builder.description(String description)
This is the description of the schedule.
|
Schedule.Builder |
Schedule.Builder.displayName(String displayName)
This is a user-friendly name for the schedule.
|
Schedule.Builder |
Schedule.Builder.freeformTags(Map<String,String> freeformTags)
These are free-form tags for this resource.
|
Schedule.Builder |
Schedule.Builder.id(String id)
The OCID
of the schedule
|
Schedule.Builder |
Schedule.Builder.lifecycleState(Schedule.LifecycleState lifecycleState)
This is the current state of a schedule.
|
Schedule.Builder |
Schedule.Builder.recurrenceDetails(String recurrenceDetails)
This is the frequency of recurrence of a schedule.
|
Schedule.Builder |
Schedule.Builder.recurrenceType(Schedule.RecurrenceType recurrenceType)
Type of recurrence of a schedule
|
Schedule.Builder |
Schedule.Builder.resourceFilters(List<ResourceFilter> resourceFilters)
This is a list of resources filters.
|
Schedule.Builder |
Schedule.Builder.resources(List<Resource> resources)
This is the list of resources to which the scheduled operation is applied.
|
Schedule.Builder |
Schedule.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
These are system tags for this resource.
|
Schedule.Builder |
Schedule.Builder.timeCreated(Date timeCreated)
This is the date and time the schedule was created, in the format defined by RFC
3339.
|
Schedule.Builder |
Schedule.Builder.timeEnds(Date timeEnds)
This is the date and time the schedule ends, in the format defined by RFC
3339
|
Schedule.Builder |
Schedule.Builder.timeLastRun(Date timeLastRun)
This is the date and time the schedule runs last time, in the format defined by RFC
3339.
|
Schedule.Builder |
Schedule.Builder.timeNextRun(Date timeNextRun)
This is the date and time the schedule run the next time, in the format defined by RFC
3339.
|
Schedule.Builder |
Schedule.Builder.timeStarts(Date timeStarts)
This is the date and time the schedule starts, in the format defined by RFC
3339
|
Schedule.Builder |
Schedule.Builder.timeUpdated(Date timeUpdated)
This is the date and time the schedule was updated, in the format defined by RFC
3339.
|
Schedule.Builder |
Schedule.toBuilder() |
Copyright © 2016–2024. All rights reserved.