Show / Hide Table of Contents

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 Source

CronJobDuration

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
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.