public sealed class DeployedFleetStatus : IMessage<DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus>, IEquatable<DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus>, IDeepCloneable<DeployedFleetDetails.Types.DeployedFleet.Types.DeployedFleetStatus>, IBufferMessage, IMessage
DeployedFleetStatus has details about the Agones fleets such as how many
are running, how many allocated, and so on.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eDeployedFleetStatus\u003c/code\u003e provides details about Agones fleets, including the number of running and allocated game servers.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has constructors for creating new \u003ccode\u003eDeployedFleetStatus\u003c/code\u003e objects, either default or from existing instances.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to get and set the count of \u003ccode\u003eAllocatedReplicas\u003c/code\u003e, \u003ccode\u003eReadyReplicas\u003c/code\u003e, \u003ccode\u003eReplicas\u003c/code\u003e, and \u003ccode\u003eReservedReplicas\u003c/code\u003e, all of which are of type \u003ccode\u003eInt64\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is \u003ccode\u003e2.2.0\u003c/code\u003e but this page concerns the details of version \u003ccode\u003e1.2.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]