Google Cloud for Games v1beta API - Class DeployedFleetDetails.Types.DeployedFleetAutoscaler (2.0.0-beta02)

public sealed class DeployedFleetAutoscaler : IMessage<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IEquatable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IDeepCloneable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud for Games v1beta API class DeployedFleetDetails.Types.DeployedFleetAutoscaler.

Details about the Agones autoscaler.

Inheritance

Object > DeployedFleetDetails.Types.DeployedFleetAutoscaler

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

DeployedFleetAutoscaler()

public DeployedFleetAutoscaler()

DeployedFleetAutoscaler(DeployedFleetDetails.Types.DeployedFleetAutoscaler)

public DeployedFleetAutoscaler(DeployedFleetDetails.Types.DeployedFleetAutoscaler other)
Parameter
NameDescription
otherDeployedFleetDetails.Types.DeployedFleetAutoscaler

Properties

Autoscaler

public string Autoscaler { get; set; }

The name of the Agones autoscaler.

Property Value
TypeDescription
String

FleetAutoscalerSpec

public string FleetAutoscalerSpec { get; set; }

The autoscaler spec retrieved from Agones.

Property Value
TypeDescription
String

SpecSource

public SpecSource SpecSource { get; set; }

The source spec that is used to create the autoscaler. The GameServerConfig resource may no longer exist in the system.

Property Value
TypeDescription
SpecSource