Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseSoftwareImage.LifecycleState |
DatabaseSoftwareImage.LifecycleState.create(String key) |
DatabaseSoftwareImage.LifecycleState |
DatabaseSoftwareImage.getLifecycleState()
The current state of the database software image.
|
static DatabaseSoftwareImage.LifecycleState |
DatabaseSoftwareImage.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseSoftwareImage.LifecycleState[] |
DatabaseSoftwareImage.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseSoftwareImage.Builder |
DatabaseSoftwareImage.Builder.lifecycleState(DatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the database software image.
|
Constructor and Description |
---|
DatabaseSoftwareImage(String id,
String compartmentId,
String databaseVersion,
String displayName,
DatabaseSoftwareImage.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
DatabaseSoftwareImage.ImageType imageType,
DatabaseSoftwareImage.ImageShapeFamily imageShapeFamily,
String patchSet,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<String> databaseSoftwareImageIncludedPatches,
String includedPatchesSummary,
List<String> databaseSoftwareImageOneOffPatches,
String lsInventory,
Boolean isUpgradeSupported)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.