Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousVirtualMachine.LifecycleState |
AutonomousVirtualMachine.LifecycleState.create(String key) |
AutonomousVirtualMachine.LifecycleState |
AutonomousVirtualMachine.getLifecycleState()
The current state of the Autonomous Virtual Machine.
|
static AutonomousVirtualMachine.LifecycleState |
AutonomousVirtualMachine.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousVirtualMachine.LifecycleState[] |
AutonomousVirtualMachine.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousVirtualMachine.Builder |
AutonomousVirtualMachine.Builder.lifecycleState(AutonomousVirtualMachine.LifecycleState lifecycleState)
The current state of the Autonomous Virtual Machine.
|
Constructor and Description |
---|
AutonomousVirtualMachine(String id,
String vmName,
String dbServerId,
String dbServerDisplayName,
Integer cpuCoreCount,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
AutonomousVirtualMachine.LifecycleState lifecycleState,
String clientIpAddress,
String compartmentId,
String autonomousVmClusterId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String cloudAutonomousVmClusterId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.