Class ResourcePolicySnapshotSchedulePolicyRetentionPolicyGetArgs
Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicyRetentionPolicyGetArgs
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: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ResourcePolicySnapshotSchedulePolicyRetentionPolicyGetArgs : ResourceArgs
Constructors
View SourceResourcePolicySnapshotSchedulePolicyRetentionPolicyGetArgs()
Declaration
public ResourcePolicySnapshotSchedulePolicyRetentionPolicyGetArgs()
Properties
View SourceMaxRetentionDays
Maximum age of the snapshot that is allowed to be kept.
Declaration
public Input<int> MaxRetentionDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
OnSourceDiskDelete
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
Declaration
public Input<string> OnSourceDiskDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |