Package | Description |
---|---|
com.oracle.bmc.stackmonitoring | |
com.oracle.bmc.stackmonitoring.model | |
com.oracle.bmc.stackmonitoring.requests |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindowLifecycleState |
MaintenanceWindowLifecycleState.create(String key) |
MaintenanceWindowLifecycleState |
MaintenanceWindowSummary.getLifecycleState()
Lifecycle state of the monitored resource.
|
MaintenanceWindowLifecycleState |
MaintenanceWindow.getLifecycleState()
Lifecycle state of the monitored resource.
|
static MaintenanceWindowLifecycleState |
MaintenanceWindowLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceWindowLifecycleState[] |
MaintenanceWindowLifecycleState.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(MaintenanceWindowLifecycleState lifecycleState)
Lifecycle state of the monitored resource.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.lifecycleState(MaintenanceWindowLifecycleState lifecycleState)
Lifecycle state of the monitored resource.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowLifecycleState |
ListMaintenanceWindowsRequest.getStatus()
A filter to return only maintenance windows with matching lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListMaintenanceWindowsRequest.Builder |
ListMaintenanceWindowsRequest.Builder.status(MaintenanceWindowLifecycleState status)
A filter to return only maintenance windows with matching lifecycleState.
|
Copyright © 2016–2025. All rights reserved.