Show / Hide Table of Contents

Class GameServerConfigScalingConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GameServerConfigScalingConfigGetArgs
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 GameServerConfigScalingConfigGetArgs : ResourceArgs

Constructors

View Source

GameServerConfigScalingConfigGetArgs()

Declaration
public GameServerConfigScalingConfigGetArgs()

Properties

View Source

FleetAutoscalerSpec

Fleet autoscaler spec, which is sent to Agones. Example spec can be found : https://agones.dev/site/docs/reference/fleetautoscaler/

Declaration
public Input<string> FleetAutoscalerSpec { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the ScalingConfig

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Schedules

The schedules to which this scaling config applies. Structure is documented below.

Declaration
public InputList<GameServerConfigScalingConfigScheduleGetArgs> Schedules { get; set; }
Property Value
Type Description
InputList<GameServerConfigScalingConfigScheduleGetArgs>
View Source

Selectors

Labels used to identify the clusters to which this scaling config applies. A cluster is subject to this scaling config if its labels match any of the selector entries. Structure is documented below.

Declaration
public InputList<GameServerConfigScalingConfigSelectorGetArgs> Selectors { get; set; }
Property Value
Type Description
InputList<GameServerConfigScalingConfigSelectorGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.