Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindow.LifecycleState |
MaintenanceWindow.LifecycleState.create(String key) |
MaintenanceWindow.LifecycleState |
MaintenanceWindowSummary.getLifecycleState()
The current state of the MaintenanceWindow.
|
MaintenanceWindow.LifecycleState |
MaintenanceWindow.getLifecycleState()
The current state of the MaintenanceWindow.
|
static MaintenanceWindow.LifecycleState |
MaintenanceWindow.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceWindow.LifecycleState[] |
MaintenanceWindow.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowSummary.Builder |
MaintenanceWindowSummary.Builder.lifecycleState(MaintenanceWindow.LifecycleState lifecycleState)
The current state of the MaintenanceWindow.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.lifecycleState(MaintenanceWindow.LifecycleState lifecycleState)
The current state of the MaintenanceWindow.
|
Constructor and Description |
---|
MaintenanceWindow(String id,
String compartmentId,
String resourceRegion,
String displayName,
String description,
Date timeCreated,
Date timeUpdated,
MaintenanceWindowType maintenanceWindowType,
Boolean isOutage,
Date timeScheduleStart,
String duration,
Boolean isRecurring,
String recurrences,
Integer taskInitiationCutoff,
MaintenanceWindow.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
MaintenanceWindowSummary(String id,
String compartmentId,
String resourceRegion,
String displayName,
String description,
Date timeCreated,
Date timeUpdated,
MaintenanceWindowType maintenanceWindowType,
Boolean isOutage,
Date timeScheduleStart,
String duration,
Boolean isRecurring,
String recurrences,
Integer taskInitiationCutoff,
MaintenanceWindow.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow.LifecycleState |
ListMaintenanceWindowsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListMaintenanceWindowsRequest.Builder |
ListMaintenanceWindowsRequest.Builder.lifecycleState(MaintenanceWindow.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.