Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousDataWarehouseBackup.LifecycleState |
AutonomousDataWarehouseBackup.LifecycleState.create(String key) |
AutonomousDataWarehouseBackup.LifecycleState |
AutonomousDataWarehouseBackup.getLifecycleState()
The current state of the backup.
|
static AutonomousDataWarehouseBackup.LifecycleState |
AutonomousDataWarehouseBackup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousDataWarehouseBackup.LifecycleState[] |
AutonomousDataWarehouseBackup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousDataWarehouseBackup.Builder |
AutonomousDataWarehouseBackup.Builder.lifecycleState(AutonomousDataWarehouseBackup.LifecycleState lifecycleState) |
Constructor and Description |
---|
AutonomousDataWarehouseBackup(String id,
String compartmentId,
String autonomousDataWarehouseId,
String displayName,
AutonomousDataWarehouseBackup.Type type,
Boolean isAutomatic,
Date timeStarted,
Date timeEnded,
String lifecycleDetails,
AutonomousDataWarehouseBackup.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.