Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousExadataInfrastructure.LifecycleState |
AutonomousExadataInfrastructure.LifecycleState.create(String key) |
AutonomousExadataInfrastructure.LifecycleState |
AutonomousExadataInfrastructure.getLifecycleState()
The current lifecycle state of the Autonomous Exadata Infrastructure.
|
static AutonomousExadataInfrastructure.LifecycleState |
AutonomousExadataInfrastructure.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousExadataInfrastructure.LifecycleState[] |
AutonomousExadataInfrastructure.LifecycleState.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.lifecycleState(AutonomousExadataInfrastructure.LifecycleState lifecycleState) |
Constructor and Description |
---|
AutonomousExadataInfrastructure(String id,
String compartmentId,
String displayName,
String availabilityDomain,
String subnetId,
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)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.