Show / Hide Table of Contents

Class GameServerConfigScalingConfigScheduleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GameServerConfigScalingConfigScheduleArgs
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.GameServices.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GameServerConfigScalingConfigScheduleArgs : ResourceArgs

Constructors

View Source

GameServerConfigScalingConfigScheduleArgs()

Declaration
public GameServerConfigScalingConfigScheduleArgs()

Properties

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 Input<string> CronJobDuration { get; set; }
Property Value
Type Description
Input<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 Input<string> CronSpec { get; set; }
Property Value
Type Description
Input<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 Input<string> EndTime { get; set; }
Property Value
Type Description
Input<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 Input<string> StartTime { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.