Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static AutonomousExadataInfrastructureSummary.LifecycleState |
AutonomousExadataInfrastructureSummary.LifecycleState.create(String key) |
AutonomousExadataInfrastructureSummary.LifecycleState |
AutonomousExadataInfrastructureSummary.getLifecycleState()
The current lifecycle state of the Autonomous Exadata Infrastructure.
|
static AutonomousExadataInfrastructureSummary.LifecycleState |
AutonomousExadataInfrastructureSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousExadataInfrastructureSummary.LifecycleState[] |
AutonomousExadataInfrastructureSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousExadataInfrastructureSummary.Builder |
AutonomousExadataInfrastructureSummary.Builder.lifecycleState(AutonomousExadataInfrastructureSummary.LifecycleState lifecycleState)
The current lifecycle state of the Autonomous Exadata Infrastructure.
|
Constructor and Description |
---|
AutonomousExadataInfrastructureSummary(String id,
String compartmentId,
String displayName,
String availabilityDomain,
String subnetId,
List<String> nsgIds,
String shape,
String hostname,
String domain,
AutonomousExadataInfrastructureSummary.LifecycleState lifecycleState,
String lifecycleDetails,
AutonomousExadataInfrastructureSummary.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.
|
Modifier and Type | Method and Description |
---|---|
AutonomousExadataInfrastructureSummary.LifecycleState |
ListAutonomousExadataInfrastructuresRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListAutonomousExadataInfrastructuresRequest.Builder |
ListAutonomousExadataInfrastructuresRequest.Builder.lifecycleState(AutonomousExadataInfrastructureSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.