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