Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindowOperationStatus |
MaintenanceWindowOperationStatus.create(String key) |
MaintenanceWindowOperationStatus |
MaintenanceWindowSummary.getOperationStatus()
Status of the most recent operation of the Maintenance Window.
|
static MaintenanceWindowOperationStatus |
MaintenanceWindowOperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceWindowOperationStatus[] |
MaintenanceWindowOperationStatus.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.operationStatus(MaintenanceWindowOperationStatus operationStatus)
Status of the most recent operation of the Maintenance Window.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2024. All rights reserved.