Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static CreateExternalExadataInfrastructureDetails.LicenseModel |
CreateExternalExadataInfrastructureDetails.LicenseModel.create(String key) |
CreateExternalExadataInfrastructureDetails.LicenseModel |
CreateExternalExadataInfrastructureDetails.getLicenseModel()
The Oracle license model that applies to the database management resources.
|
static CreateExternalExadataInfrastructureDetails.LicenseModel |
CreateExternalExadataInfrastructureDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateExternalExadataInfrastructureDetails.LicenseModel[] |
CreateExternalExadataInfrastructureDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateExternalExadataInfrastructureDetails.Builder |
CreateExternalExadataInfrastructureDetails.Builder.licenseModel(CreateExternalExadataInfrastructureDetails.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.
|
Constructor and Description |
---|
CreateExternalExadataInfrastructureDetails(String discoveryKey,
CreateExternalExadataInfrastructureDetails.LicenseModel licenseModel,
String compartmentId,
String displayName,
List<String> dbSystemIds,
List<String> storageServerNames,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.