Package com.pulumi.gcp.alloydb.outputs
Class BackupExpiryQuantity
- java.lang.Object
-
- com.pulumi.gcp.alloydb.outputs.BackupExpiryQuantity
-
public final class BackupExpiryQuantity extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BackupExpiryQuantity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackupExpiryQuantity.Builder
builder()
static BackupExpiryQuantity.Builder
builder(BackupExpiryQuantity defaults)
java.util.Optional<java.lang.Integer>
retentionCount()
java.util.Optional<java.lang.Integer>
totalRetentionCount()
-
-
-
Method Detail
-
retentionCount
public java.util.Optional<java.lang.Integer> retentionCount()
- Returns:
- (Output) Output only. The backup's position among its backups with the same source cluster and type, by descending chronological order create time (i.e. newest first).
-
totalRetentionCount
public java.util.Optional<java.lang.Integer> totalRetentionCount()
- Returns:
- (Output) Output only. The length of the quantity-based queue, specified by the backup's retention policy.
-
builder
public static BackupExpiryQuantity.Builder builder()
-
builder
public static BackupExpiryQuantity.Builder builder(BackupExpiryQuantity defaults)
-
-