public sealed class DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus : IMessage<DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus>, IEquatable<DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus>, IDeepCloneable<DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus.
DeployedFleetStatus has details about the Agones fleets such as how many are running, how many allocated, and so on.
Implements
IMessageDeployedFleetDetailsTypesDeployedFleetTypesDeployedFleetStatus, IEquatableDeployedFleetDetailsTypesDeployedFleetTypesDeployedFleetStatus, IDeepCloneableDeployedFleetDetailsTypesDeployedFleetTypesDeployedFleetStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
DeployedFleetStatus()
public DeployedFleetStatus()
DeployedFleetStatus(DeployedFleetStatus)
public DeployedFleetStatus(DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus other)
Parameter | |
---|---|
Name | Description |
other | DeployedFleetDetailsTypesDeployedFleetTypesDeployedFleetStatus |
Properties
AllocatedReplicas
public long AllocatedReplicas { get; set; }
The number of GameServer replicas in the ALLOCATED state in this fleet.
Property Value | |
---|---|
Type | Description |
long |
ReadyReplicas
public long ReadyReplicas { get; set; }
The number of GameServer replicas in the READY state in this fleet.
Property Value | |
---|---|
Type | Description |
long |
Replicas
public long Replicas { get; set; }
The total number of current GameServer replicas in this fleet.
Property Value | |
---|---|
Type | Description |
long |
ReservedReplicas
public long ReservedReplicas { get; set; }
The number of GameServer replicas in the RESERVED state in this fleet. Reserved instances won't be deleted on scale down, but won't cause an autoscaler to scale up.
Property Value | |
---|---|
Type | Description |
long |