Class GameServerConfigScalingConfigSchedule
Inheritance
System.Object
GameServerConfigScalingConfigSchedule
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GameServerConfigScalingConfigSchedule
Fields
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 readonly string CronJobDuration
Field Value
| Type | Description |
|---|---|
| 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 readonly string CronSpec
Field Value
| Type | Description |
|---|---|
| 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 readonly string EndTime
Field Value
| Type | Description |
|---|---|
| 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 readonly string StartTime
Field Value
| Type | Description |
|---|---|
| System.String |