Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
AssociatedDatabaseDetails |
AssociatedDatabaseDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AssociatedDatabaseDetails> |
BackupDestination.getAssociatedDatabases()
List of databases associated with the backup destination.
|
List<AssociatedDatabaseDetails> |
BackupDestinationSummary.getAssociatedDatabases()
List of databases associated with the backup destination.
|
Modifier and Type | Method and Description |
---|---|
AssociatedDatabaseDetails.Builder |
AssociatedDatabaseDetails.Builder.copy(AssociatedDatabaseDetails model) |
Modifier and Type | Method and Description |
---|---|
BackupDestination.Builder |
BackupDestination.Builder.associatedDatabases(List<AssociatedDatabaseDetails> associatedDatabases)
List of databases associated with the backup destination.
|
BackupDestinationSummary.Builder |
BackupDestinationSummary.Builder.associatedDatabases(List<AssociatedDatabaseDetails> associatedDatabases)
List of databases associated with 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.
|
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.