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