Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static MaintenanceRunSummary.LifecycleState |
MaintenanceRunSummary.LifecycleState.create(String key) |
MaintenanceRunSummary.LifecycleState |
MaintenanceRunSummary.getLifecycleState()
The current state of the Maintenance Run.
|
static MaintenanceRunSummary.LifecycleState |
MaintenanceRunSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceRunSummary.LifecycleState[] |
MaintenanceRunSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRunSummary.Builder |
MaintenanceRunSummary.Builder.lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState) |
Constructor and Description |
---|
MaintenanceRunSummary(String id,
String compartmentId,
String displayName,
String description,
MaintenanceRunSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeScheduled,
Date timeStarted,
Date timeEnded,
MaintenanceRunSummary.TargetResourceType targetResourceType,
String targetResourceId,
MaintenanceRunSummary.MaintenanceType maintenanceType,
MaintenanceRunSummary.MaintenanceSubtype maintenanceSubtype)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRunSummary.LifecycleState |
ListMaintenanceRunsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListMaintenanceRunsRequest.Builder |
ListMaintenanceRunsRequest.Builder.lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState) |
Copyright © 2016–2019. All rights reserved.