Uses of Class
com.oracle.bmc.recovery.model.BackupCloudLocation
-
Packages that use BackupCloudLocation Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of BackupCloudLocation in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return BackupCloudLocation Modifier and Type Method Description static BackupCloudLocationBackupCloudLocation. create(String key)BackupCloudLocationProtectedDatabase. getBackupCloudLocation()Indicates the cloud service environment where the protected database is provisioned.BackupCloudLocationProtectedDatabaseSummary. getBackupCloudLocation()Indicates the cloud service environment where the protected database is provisioned.static BackupCloudLocationBackupCloudLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupCloudLocation[]BackupCloudLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.recovery.model with parameters of type BackupCloudLocation Modifier and Type Method Description ProtectedDatabase.BuilderProtectedDatabase.Builder. backupCloudLocation(BackupCloudLocation backupCloudLocation)Indicates the cloud service environment where the protected database is provisioned.ProtectedDatabaseSummary.BuilderProtectedDatabaseSummary.Builder. backupCloudLocation(BackupCloudLocation backupCloudLocation)Indicates the cloud service environment where the protected database is provisioned.Constructors in com.oracle.bmc.recovery.model with parameters of type BackupCloudLocation Constructor Description ProtectedDatabase(String id, String displayName, String compartmentId, String dbUniqueName, String vpcUserName, DatabaseSizes databaseSize, String protectionPolicyId, String policyLockedDateTime, List<RecoveryServiceSubnetDetails> recoveryServiceSubnets, String databaseId, Integer databaseSizeInGBs, Double changeRate, Double compressionRatio, Boolean isRedoLogsShipped, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, Health health, Boolean isReadOnlyResource, String lifecycleDetails, String healthDetails, Metrics metrics, BackupCloudLocation backupCloudLocation, String subscriptionId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ProtectedDatabaseSummary(String id, String displayName, String compartmentId, String dbUniqueName, String vpcUserName, DatabaseSizes databaseSize, String protectionPolicyId, String policyLockedDateTime, List<RecoveryServiceSubnetDetails> recoveryServiceSubnets, String databaseId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, Health health, String lifecycleDetails, String healthDetails, Boolean isReadOnlyResource, MetricsSummary metrics, BackupCloudLocation backupCloudLocation, String subscriptionId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of BackupCloudLocation in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return BackupCloudLocation Modifier and Type Method Description BackupCloudLocationListProtectedDatabasesRequest. getBackupCloudLocation()Filter for cloud location of protected database.Methods in com.oracle.bmc.recovery.requests with parameters of type BackupCloudLocation Modifier and Type Method Description ListProtectedDatabasesRequest.BuilderListProtectedDatabasesRequest.Builder. backupCloudLocation(BackupCloudLocation backupCloudLocation)Filter for cloud location of protected database.
-