Uses of Class
com.oracle.bmc.redis.model.OciCacheBackup.BackupSource
-
Packages that use OciCacheBackup.BackupSource Package Description com.oracle.bmc.redis.model -
-
Uses of OciCacheBackup.BackupSource in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheBackup.BackupSource Modifier and Type Method Description static OciCacheBackup.BackupSourceOciCacheBackup.BackupSource. create(String key)OciCacheBackup.BackupSourceCreateOciCacheBackupDetails. getBackupSource()Specifies whether the backup was created from a replica or primary nodeOciCacheBackup.BackupSourceOciCacheBackup. getBackupSource()Specifies whether the backup was created from a replica or primary nodeOciCacheBackup.BackupSourceOciCacheBackupSummary. getBackupSource()Specifies whether the backup was created from a replica or primary nodestatic OciCacheBackup.BackupSourceOciCacheBackup.BackupSource. valueOf(String name)Returns the enum constant of this type with the specified name.static OciCacheBackup.BackupSource[]OciCacheBackup.BackupSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheBackup.BackupSource Modifier and Type Method Description CreateOciCacheBackupDetails.BuilderCreateOciCacheBackupDetails.Builder. backupSource(OciCacheBackup.BackupSource backupSource)Specifies whether the backup was created from a replica or primary nodeOciCacheBackup.BuilderOciCacheBackup.Builder. backupSource(OciCacheBackup.BackupSource backupSource)Specifies whether the backup was created from a replica or primary nodeOciCacheBackupSummary.BuilderOciCacheBackupSummary.Builder. backupSource(OciCacheBackup.BackupSource backupSource)Specifies whether the backup was created from a replica or primary nodeConstructors in com.oracle.bmc.redis.model with parameters of type OciCacheBackup.BackupSource Constructor Description CreateOciCacheBackupDetails(String displayName, String description, String compartmentId, String sourceClusterId, Integer retentionPeriodInDays, OciCacheBackup.BackupSource backupSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.OciCacheBackup(String id, String displayName, String description, String compartmentId, OciCacheBackup.BackupSource backupSource, OciCacheBackup.LifecycleState lifecycleState, Integer retentionPeriodInDays, Float backupSizeInGBs, String sourceClusterId, RedisCluster.ClusterMode clusterMode, Float clusterMemoryInGBs, Integer shardCount, RedisCluster.SoftwareVersion softwareVersion, Date timeCreated, Date timeUpdated, OciCacheBackup.BackupType backupType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.OciCacheBackupSummary(String id, String displayName, String compartmentId, String sourceClusterId, Date timeCreated, Date timeUpdated, OciCacheBackup.LifecycleState lifecycleState, RedisCluster.ClusterMode clusterMode, OciCacheBackup.BackupSource backupSource, Integer retentionPeriodInDays, Float backupSizeInGBs, OciCacheBackupSummary.BackupType backupType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-