Uses of Class
com.oracle.bmc.database.model.AssociatedDatabaseDetails
-
Packages that use AssociatedDatabaseDetails Package Description com.oracle.bmc.database.model -
-
Uses of AssociatedDatabaseDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AssociatedDatabaseDetails Modifier and Type Method Description AssociatedDatabaseDetails
AssociatedDatabaseDetails.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type AssociatedDatabaseDetails Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type AssociatedDatabaseDetails Modifier and Type Method Description AssociatedDatabaseDetails.Builder
AssociatedDatabaseDetails.Builder. copy(AssociatedDatabaseDetails model)
Method parameters in com.oracle.bmc.database.model with type arguments of type AssociatedDatabaseDetails Modifier and Type Method 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 parameters in com.oracle.bmc.database.model with type arguments of type AssociatedDatabaseDetails Constructor 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, Integer totalStorageSizeInGBs, Integer utilizedStorageSizeInGBs, Date timeAtWhichStorageDetailsAreUpdated)
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, Integer totalStorageSizeInGBs, Integer utilizedStorageSizeInGBs, Date timeAtWhichStorageDetailsAreUpdated)
Deprecated.
-