Class ResourcePolicySnapshotSchedulePolicy
Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicy
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ResourcePolicySnapshotSchedulePolicy
Fields
View SourceRetentionPolicy
Retention policy applied to snapshots created by this resource policy. Structure is documented below.
Declaration
public readonly ResourcePolicySnapshotSchedulePolicyRetentionPolicy RetentionPolicy
Field Value
| Type | Description |
|---|---|
| ResourcePolicySnapshotSchedulePolicyRetentionPolicy |
Schedule
Contains one of an hourlySchedule, dailySchedule, or weeklySchedule. Structure is documented below.
Declaration
public readonly ResourcePolicySnapshotSchedulePolicySchedule Schedule
Field Value
| Type | Description |
|---|---|
| ResourcePolicySnapshotSchedulePolicySchedule |
SnapshotProperties
Properties with which the snapshots are created, such as labels. Structure is documented below.
Declaration
public readonly ResourcePolicySnapshotSchedulePolicySnapshotProperties SnapshotProperties
Field Value
| Type | Description |
|---|---|
| ResourcePolicySnapshotSchedulePolicySnapshotProperties |