Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static LaunchAutonomousExadataInfrastructureDetails.LicenseModel |
LaunchAutonomousExadataInfrastructureDetails.LicenseModel.create(String key) |
LaunchAutonomousExadataInfrastructureDetails.LicenseModel |
LaunchAutonomousExadataInfrastructureDetails.getLicenseModel()
The Oracle license model that applies to all the databases in the Autonomous Exadata
Infrastructure.
|
static LaunchAutonomousExadataInfrastructureDetails.LicenseModel |
LaunchAutonomousExadataInfrastructureDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchAutonomousExadataInfrastructureDetails.LicenseModel[] |
LaunchAutonomousExadataInfrastructureDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LaunchAutonomousExadataInfrastructureDetails.Builder |
LaunchAutonomousExadataInfrastructureDetails.Builder.licenseModel(LaunchAutonomousExadataInfrastructureDetails.LicenseModel licenseModel)
The Oracle license model that applies to all the databases in the Autonomous Exadata
Infrastructure.
|
Constructor and Description |
---|
LaunchAutonomousExadataInfrastructureDetails(String compartmentId,
String displayName,
String availabilityDomain,
String subnetId,
List<String> nsgIds,
String shape,
String domain,
LaunchAutonomousExadataInfrastructureDetails.LicenseModel licenseModel,
MaintenanceWindow maintenanceWindowDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.