Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static MaintenanceRunSummary.TargetResourceType |
MaintenanceRunSummary.TargetResourceType.create(String key) |
MaintenanceRunSummary.TargetResourceType |
MaintenanceRunSummary.getTargetResourceType()
The type of the target resource on which the Maintenance Run occurs.
|
static MaintenanceRunSummary.TargetResourceType |
MaintenanceRunSummary.TargetResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceRunSummary.TargetResourceType[] |
MaintenanceRunSummary.TargetResourceType.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.targetResourceType(MaintenanceRunSummary.TargetResourceType targetResourceType) |
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.TargetResourceType |
ListMaintenanceRunsRequest.getTargetResourceType()
The type of the target resource.
|
Modifier and Type | Method and Description |
---|---|
ListMaintenanceRunsRequest.Builder |
ListMaintenanceRunsRequest.Builder.targetResourceType(MaintenanceRunSummary.TargetResourceType targetResourceType) |
Copyright © 2016–2019. All rights reserved.