Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static MaintenanceRun.TargetResourceType |
MaintenanceRun.TargetResourceType.create(String key) |
MaintenanceRun.TargetResourceType |
MaintenanceRun.getTargetResourceType()
The type of the target resource on which the Maintenance Run occurs.
|
static MaintenanceRun.TargetResourceType |
MaintenanceRun.TargetResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceRun.TargetResourceType[] |
MaintenanceRun.TargetResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRun.Builder |
MaintenanceRun.Builder.targetResourceType(MaintenanceRun.TargetResourceType targetResourceType) |
Constructor and Description |
---|
MaintenanceRun(String id,
String compartmentId,
String displayName,
String description,
MaintenanceRun.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeScheduled,
Date timeStarted,
Date timeEnded,
MaintenanceRun.TargetResourceType targetResourceType,
String targetResourceId,
MaintenanceRun.MaintenanceType maintenanceType,
MaintenanceRun.MaintenanceSubtype maintenanceSubtype)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.