Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static BackupDestinationDetails.Type |
BackupDestinationDetails.Type.create(String key) |
BackupDestinationDetails.Type |
BackupDestinationDetails.getType()
Type of the database backup destination.
|
static BackupDestinationDetails.Type |
BackupDestinationDetails.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupDestinationDetails.Type[] |
BackupDestinationDetails.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BackupDestinationDetails.Builder |
BackupDestinationDetails.Builder.type(BackupDestinationDetails.Type type)
Type of the database backup destination.
|
Constructor and Description |
---|
BackupDestinationDetails(BackupDestinationDetails.Type type,
String id,
String vpcUser,
String vpcPassword,
String internetProxy,
String dbrsPolicyId)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.