Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicyRetentionPolicy

Policy for retention of scheduled snapshots.

Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicyRetentionPolicy
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourcePolicySnapshotSchedulePolicyRetentionPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Int32>

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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top