public static interface RetentionArchiveTier.Builder extends SdkPojo, CopyableBuilder<RetentionArchiveTier.Builder,RetentionArchiveTier>
| Modifier and Type | Method and Description |
|---|---|
RetentionArchiveTier.Builder |
count(Integer count)
The maximum number of snapshots to retain in the archive storage tier for each volume.
|
RetentionArchiveTier.Builder |
interval(Integer interval)
Specifies the period of time to retain snapshots in the archive tier.
|
RetentionArchiveTier.Builder |
intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
|
RetentionArchiveTier.Builder |
intervalUnit(String intervalUnit)
The unit of time in which to measure the Interval.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetentionArchiveTier.Builder count(Integer count)
The maximum number of snapshots to retain in the archive storage tier for each volume. The count must ensure that each snapshot remains in the archive tier for at least 90 days. For example, if the schedule creates snapshots every 30 days, you must specify a count of 3 or more to ensure that each snapshot is archived for at least 90 days.
count - The maximum number of snapshots to retain in the archive storage tier for each volume. The count must
ensure that each snapshot remains in the archive tier for at least 90 days. For example, if the
schedule creates snapshots every 30 days, you must specify a count of 3 or more to ensure that each
snapshot is archived for at least 90 days.RetentionArchiveTier.Builder interval(Integer interval)
Specifies the period of time to retain snapshots in the archive tier. After this period expires, the snapshot is permanently deleted.
interval - Specifies the period of time to retain snapshots in the archive tier. After this period expires, the
snapshot is permanently deleted.RetentionArchiveTier.Builder intervalUnit(String intervalUnit)
The unit of time in which to measure the Interval. For example, to retain a snapshots in the archive
tier for 6 months, specify Interval=6 and IntervalUnit=MONTHS.
intervalUnit - The unit of time in which to measure the Interval. For example, to retain a snapshots in the
archive tier for 6 months, specify Interval=6 and IntervalUnit=MONTHS.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesRetentionArchiveTier.Builder intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval. For example, to retain a snapshots in the archive
tier for 6 months, specify Interval=6 and IntervalUnit=MONTHS.
intervalUnit - The unit of time in which to measure the Interval. For example, to retain a snapshots in the
archive tier for 6 months, specify Interval=6 and IntervalUnit=MONTHS.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesCopyright © 2023. All rights reserved.