Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static AutonomousDatabaseSoftwareImage.LifecycleState |
AutonomousDatabaseSoftwareImage.LifecycleState.create(String key) |
AutonomousDatabaseSoftwareImage.LifecycleState |
AutonomousDatabaseSoftwareImageSummary.getLifecycleState()
The current state of the Autonomous Database Software Image.
|
AutonomousDatabaseSoftwareImage.LifecycleState |
AutonomousDatabaseSoftwareImage.getLifecycleState()
The current state of the Autonomous Database Software Image.
|
static AutonomousDatabaseSoftwareImage.LifecycleState |
AutonomousDatabaseSoftwareImage.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousDatabaseSoftwareImage.LifecycleState[] |
AutonomousDatabaseSoftwareImage.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousDatabaseSoftwareImageSummary.Builder |
AutonomousDatabaseSoftwareImageSummary.Builder.lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the Autonomous Database Software Image.
|
AutonomousDatabaseSoftwareImage.Builder |
AutonomousDatabaseSoftwareImage.Builder.lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the Autonomous Database Software Image.
|
Constructor and Description |
---|
AutonomousDatabaseSoftwareImage(String id,
String compartmentId,
String databaseVersion,
String displayName,
AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
String releaseUpdate,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<String> autonomousDsiOneOffPatches,
AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily,
String dstFileVersion)
Deprecated.
|
AutonomousDatabaseSoftwareImageSummary(String id,
String compartmentId,
String databaseVersion,
String displayName,
AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
String releaseUpdate,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<String> autonomousDsiOneOffPatches,
AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily,
String dstFileVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AutonomousDatabaseSoftwareImage.LifecycleState |
ListAutonomousDatabaseSoftwareImagesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListAutonomousDatabaseSoftwareImagesRequest.Builder |
ListAutonomousDatabaseSoftwareImagesRequest.Builder.lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.