public interface ResourcePolicySnapshotSchedulePolicyRetentionPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRetentionDays()
Maximum age of the snapshot that is allowed to be kept.
|
String |
getOnSourceDiskDelete()
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
|
com.google.protobuf.ByteString |
getOnSourceDiskDeleteBytes()
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
|
boolean |
hasMaxRetentionDays()
Maximum age of the snapshot that is allowed to be kept.
|
boolean |
hasOnSourceDiskDelete()
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxRetentionDays()
Maximum age of the snapshot that is allowed to be kept.
optional int32 max_retention_days = 324296979;int getMaxRetentionDays()
Maximum age of the snapshot that is allowed to be kept.
optional int32 max_retention_days = 324296979;boolean hasOnSourceDiskDelete()
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.
optional string on_source_disk_delete = 321955529;String getOnSourceDiskDelete()
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.
optional string on_source_disk_delete = 321955529;com.google.protobuf.ByteString getOnSourceDiskDeleteBytes()
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.
optional string on_source_disk_delete = 321955529;Copyright © 2023 Google LLC. All rights reserved.