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.
|
Constructor and Description |
---|
MaintenanceWindow(String id,
String name,
String description,
String compartmentId,
List<CreateMaintenanceWindowResourceDetails> resources,
List<MonitoredResourceDetails> resourcesDetails,
MaintenanceWindowLifecycleState lifecycleState,
MaintenanceWindowLifecycleDetails lifecycleDetails,
MaintenanceWindowSchedule schedule,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
MaintenanceWindowSummary(String id,
String name,
String compartmentId,
Integer numberOfResources,
MaintenanceWindowLifecycleState lifecycleState,
MaintenanceWindowLifecycleDetails lifecycleDetails,
MaintenanceWindowOperationType operationType,
MaintenanceWindowOperationStatus operationStatus,
MaintenanceWindowSchedule schedule,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
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–2024. All rights reserved.