Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousVmCluster.LifecycleState |
AutonomousVmCluster.LifecycleState.create(String key) |
AutonomousVmCluster.LifecycleState |
AutonomousVmCluster.getLifecycleState()
The current state of the Autonomous VM cluster.
|
static AutonomousVmCluster.LifecycleState |
AutonomousVmCluster.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousVmCluster.LifecycleState[] |
AutonomousVmCluster.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousVmCluster.Builder |
AutonomousVmCluster.Builder.lifecycleState(AutonomousVmCluster.LifecycleState lifecycleState) |
Constructor and Description |
---|
AutonomousVmCluster(String id,
String compartmentId,
String displayName,
Date timeCreated,
AutonomousVmCluster.LifecycleState lifecycleState,
String lifecycleDetails,
String timeZone,
String exadataInfrastructureId,
String vmClusterNetworkId,
Boolean isLocalBackupEnabled,
Integer cpusEnabled,
Integer availableCpus,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
Double dataStorageSizeInTBs,
Double availableDataStorageSizeInTBs,
AutonomousVmCluster.LicenseModel licenseModel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.