Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResourcePolicySnapshotSchedulePolicyArgs
Inherited Members
ResourceArgs.Empty
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 ResourcePolicySnapshotSchedulePolicyArgs : ResourceArgs

Constructors

View Source

ResourcePolicySnapshotSchedulePolicyArgs()

Declaration
public ResourcePolicySnapshotSchedulePolicyArgs()

Properties

View Source

RetentionPolicy

Retention policy applied to snapshots created by this resource policy. Structure is documented below.

Declaration
public Input<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs> RetentionPolicy { get; set; }
Property Value
Type Description
Input<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs>
View Source

Schedule

Contains one of an hourlySchedule, dailySchedule, or weeklySchedule. Structure is documented below.

Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleArgs> Schedule { get; set; }
Property Value
Type Description
Input<ResourcePolicySnapshotSchedulePolicyScheduleArgs>
View Source

SnapshotProperties

Properties with which the snapshots are created, such as labels. Structure is documented below.

Declaration
public Input<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs> SnapshotProperties { get; set; }
Property Value
Type Description
Input<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.