Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static SchedulingWindowSummary.LifecycleState |
SchedulingWindowSummary.LifecycleState.create(String key) |
SchedulingWindowSummary.LifecycleState |
SchedulingWindowSummary.getLifecycleState()
The current state of the Scheduling Window.
|
static SchedulingWindowSummary.LifecycleState |
SchedulingWindowSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingWindowSummary.LifecycleState[] |
SchedulingWindowSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulingWindowSummary.Builder |
SchedulingWindowSummary.Builder.lifecycleState(SchedulingWindowSummary.LifecycleState lifecycleState)
The current state of the Scheduling Window.
|
Constructor and Description |
---|
SchedulingWindowSummary(String id,
String compartmentId,
String displayName,
Date timeNextSchedulingWindowStarts,
SchedulingWindowSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
WindowPreferenceDetail windowPreference,
String schedulingPolicyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SchedulingWindowSummary.LifecycleState |
ListSchedulingWindowsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListSchedulingWindowsRequest.Builder |
ListSchedulingWindowsRequest.Builder.lifecycleState(SchedulingWindowSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.