Class ResourcePolicySnapshotSchedulePolicyRetentionPolicy
Policy for retention of scheduled snapshots.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourcePolicySnapshotSchedulePolicyRetentionPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxRetentionDays
Maximum age of the snapshot that is allowed to be kept.
Declaration
[JsonProperty("maxRetentionDays")]
public virtual int? MaxRetentionDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
OnPolicySwitch
Declaration
[JsonProperty("onPolicySwitch")]
public virtual string OnPolicySwitch { get; set; }
Property Value
Type | Description |
---|---|
string |
OnSourceDiskDelete
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
Declaration
[JsonProperty("onSourceDiskDelete")]
public virtual string OnSourceDiskDelete { get; set; }
Property Value
Type | Description |
---|---|
string |