Uses of Class
com.oracle.bmc.disasterrecovery.model.OkeClusterImageReplication
-
Packages that use OkeClusterImageReplication Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of OkeClusterImageReplication in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return OkeClusterImageReplication Modifier and Type Method Description static OkeClusterImageReplication
OkeClusterImageReplication. create(String key)
OkeClusterImageReplication
CreateOkeClusterBackupConfigDetails. getReplicateImages()
Controls the behaviour of image replication across regions.OkeClusterImageReplication
OkeClusterBackupConfig. getReplicateImages()
Controls the behaviour of image replication across regions.OkeClusterImageReplication
UpdateOkeClusterBackupConfigDetails. getReplicateImages()
Controls the behaviour of image replication across regions.static OkeClusterImageReplication
OkeClusterImageReplication. valueOf(String name)
Returns the enum constant of this type with the specified name.static OkeClusterImageReplication[]
OkeClusterImageReplication. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type OkeClusterImageReplication Modifier and Type Method Description CreateOkeClusterBackupConfigDetails.Builder
CreateOkeClusterBackupConfigDetails.Builder. replicateImages(OkeClusterImageReplication replicateImages)
Controls the behaviour of image replication across regions.OkeClusterBackupConfig.Builder
OkeClusterBackupConfig.Builder. replicateImages(OkeClusterImageReplication replicateImages)
Controls the behaviour of image replication across regions.UpdateOkeClusterBackupConfigDetails.Builder
UpdateOkeClusterBackupConfigDetails.Builder. replicateImages(OkeClusterImageReplication replicateImages)
Controls the behaviour of image replication across regions.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type OkeClusterImageReplication Constructor Description CreateOkeClusterBackupConfigDetails(List<String> namespaces, String backupSchedule, OkeClusterImageReplication replicateImages, Integer maxNumberOfBackupsRetained, String imageReplicationVaultSecretId)
Deprecated.OkeClusterBackupConfig(List<String> namespaces, String backupSchedule, OkeClusterImageReplication replicateImages, Integer maxNumberOfBackupsRetained, String imageReplicationVaultSecretId)
Deprecated.UpdateOkeClusterBackupConfigDetails(List<String> namespaces, String backupSchedule, OkeClusterImageReplication replicateImages, Integer maxNumberOfBackupsRetained, String imageReplicationVaultSecretId)
Deprecated.
-