DeployedFleet(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Agones fleet specification and details. .. attribute:: fleet
The name of the Agones fleet.
:type: str
Attributes | |
---|---|
Name | Description |
fleet_spec |
str
The fleet spec retrieved from the Agones fleet. |
spec_source |
google.cloud.gaming_v1beta.types.SpecSource
The source spec that is used to create the Agones fleet. The GameServerConfig resource may no longer exist in the system. |
status |
google.cloud.gaming_v1beta.types.DeployedFleetDetails.DeployedFleet.DeployedFleetStatus
The current status of the Agones fleet. Includes count of game servers in various states. |
Classes
DeployedFleetStatus
DeployedFleetStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DeployedFleetStatus has details about the Agones fleets such as how many are running, how many allocated, and so on.