Class ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleGetArgs
Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleGetArgs
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 ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleGetArgs : ResourceArgs
Constructors
View SourceResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleGetArgs()
Declaration
public ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleGetArgs()
Properties
View SourceDaysInCycle
The number of days between snapshots.
Declaration
public Input<int> DaysInCycle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
StartTime
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |