Class ResourcePolicySnapshotSchedulePolicyGetArgs
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 ResourcePolicySnapshotSchedulePolicyGetArgs : ResourceArgs
Constructors
View SourceResourcePolicySnapshotSchedulePolicyGetArgs()
Declaration
public ResourcePolicySnapshotSchedulePolicyGetArgs()
Properties
View SourceRetentionPolicy
Retention policy applied to snapshots created by this resource policy. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyRetentionPolicyGetArgs> RetentionPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyRetentionPolicyGetArgs> |
Schedule
Contains one of an hourlySchedule, dailySchedule, or weeklySchedule. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleGetArgs> Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyScheduleGetArgs> |
SnapshotProperties
Properties with which the snapshots are created, such as labels. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs> SnapshotProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs> |