Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static BackupDestinationSummary.LifecycleState |
BackupDestinationSummary.LifecycleState.create(String key) |
BackupDestinationSummary.LifecycleState |
BackupDestinationSummary.getLifecycleState()
The current lifecycle state of the backup destination.
|
static BackupDestinationSummary.LifecycleState |
BackupDestinationSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupDestinationSummary.LifecycleState[] |
BackupDestinationSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BackupDestinationSummary.Builder |
BackupDestinationSummary.Builder.lifecycleState(BackupDestinationSummary.LifecycleState lifecycleState)
The current lifecycle state of the backup destination.
|
Constructor and Description |
---|
BackupDestinationSummary(String id,
String displayName,
String compartmentId,
BackupDestinationSummary.Type type,
List<AssociatedDatabaseDetails> associatedDatabases,
String connectionString,
List<String> vpcUsers,
String localMountPointPath,
BackupDestinationSummary.NfsMountType nfsMountType,
List<String> nfsServer,
String nfsServerExport,
BackupDestinationSummary.LifecycleState lifecycleState,
Date timeCreated,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.