Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static OkeClusterImageReplication |
OkeClusterImageReplication.create(String key) |
OkeClusterImageReplication |
OkeClusterBackupConfig.getReplicateImages()
Controls the behaviour of image replication across regions.
|
OkeClusterImageReplication |
CreateOkeClusterBackupConfigDetails.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.
|
Modifier and Type | Method and Description |
---|---|
OkeClusterBackupConfig.Builder |
OkeClusterBackupConfig.Builder.replicateImages(OkeClusterImageReplication replicateImages)
Controls the behaviour of image replication across regions.
|
CreateOkeClusterBackupConfigDetails.Builder |
CreateOkeClusterBackupConfigDetails.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.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.