Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily |
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily.create(String key) |
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily |
CreateAutonomousDatabaseSoftwareImageDetails.getImageShapeFamily()
To what shape the image is meant for.
|
static CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily |
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily[] |
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateAutonomousDatabaseSoftwareImageDetails.Builder |
CreateAutonomousDatabaseSoftwareImageDetails.Builder.imageShapeFamily(CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.
|
Constructor and Description |
---|
CreateAutonomousDatabaseSoftwareImageDetails(String compartmentId,
String displayName,
String sourceCdbId,
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily imageShapeFamily,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.