| Package | Description |
|---|---|
| com.ibm.cloud.objectstorage.config.resource_configuration.v1.model |
| Modifier and Type | Field and Description |
|---|---|
protected DeleteAfterDays |
BackupPolicy.initialRetention |
protected DeleteAfterDays |
CreateBackupPolicyOptions.initialRetention |
protected DeleteAfterDays |
RecoveryRangePatch.retention |
| Modifier and Type | Method and Description |
|---|---|
DeleteAfterDays |
DeleteAfterDays.Builder.build()
Builds a DeleteAfterDays.
|
DeleteAfterDays |
BackupPolicy.getInitialRetention()
Gets the initialRetention.
|
DeleteAfterDays |
CreateBackupPolicyOptions.initialRetention()
Gets the initialRetention.
|
DeleteAfterDays |
RecoveryRangePatch.retention()
Gets the retention.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackupPolicyOptions.Builder |
CreateBackupPolicyOptions.Builder.initialRetention(DeleteAfterDays initialRetention)
Set the initialRetention.
|
RecoveryRangePatch.Builder |
RecoveryRangePatch.Builder.retention(DeleteAfterDays retention)
Set the retention.
|
| Constructor and Description |
|---|
Builder(java.lang.String bucket,
DeleteAfterDays initialRetention,
java.lang.String policyName,
java.lang.String targetBackupVaultCrn,
java.lang.String backupType)
Instantiates a new builder with required properties.
|
Copyright © 2025. All rights reserved.