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