Game Services v1 API - Class DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus (2.2.0)

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.

Inheritance

object > DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

DeployedFleetStatus()

public DeployedFleetStatus()

DeployedFleetStatus(DeployedFleetStatus)

public DeployedFleetStatus(DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus other)
Parameter
NameDescription
otherDeployedFleetDetailsTypesDeployedFleetTypesDeployedFleetStatus

Properties

AllocatedReplicas

public long AllocatedReplicas { get; set; }

The number of GameServer replicas in the ALLOCATED state in this fleet.

Property Value
TypeDescription
long

ReadyReplicas

public long ReadyReplicas { get; set; }

The number of GameServer replicas in the READY state in this fleet.

Property Value
TypeDescription
long

Replicas

public long Replicas { get; set; }

The total number of current GameServer replicas in this fleet.

Property Value
TypeDescription
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
TypeDescription
long