Class GameServerConfigScalingConfigScheduleArgs
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.GameServices.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GameServerConfigScalingConfigScheduleArgs : ResourceArgs
Constructors
View SourceGameServerConfigScalingConfigScheduleArgs()
Declaration
public GameServerConfigScalingConfigScheduleArgs()
Properties
View SourceCronJobDuration
The duration for the cron job event. The duration of the event is effective after the cron job's start time. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Declaration
public Input<string> CronJobDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CronSpec
The cron definition of the scheduled event. See https://en.wikipedia.org/wiki/Cron. Cron spec specifies the local time as defined by the realm.
Declaration
public Input<string> CronSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndTime
The end time of the event. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Declaration
public Input<string> EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
The start time of the event. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |