public sealed class DeployedFleetAutoscaler : IMessage<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IEquatable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IDeepCloneable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IBufferMessage, IMessage
Details about the Agones autoscaler.
Implements
IMessage<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IEquatable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IDeepCloneable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
DeployedFleetAutoscaler()
public DeployedFleetAutoscaler()
DeployedFleetAutoscaler(DeployedFleetDetails.Types.DeployedFleetAutoscaler)
public DeployedFleetAutoscaler(DeployedFleetDetails.Types.DeployedFleetAutoscaler other)
Parameter | |
---|---|
Name | Description |
other | DeployedFleetDetails.Types.DeployedFleetAutoscaler |
Properties
Autoscaler
public string Autoscaler { get; set; }
The name of the Agones autoscaler.
Property Value | |
---|---|
Type | Description |
String |
FleetAutoscalerSpec
public string FleetAutoscalerSpec { get; set; }
The autoscaler spec retrieved from Agones.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
SpecSource |