Class GameServerConfig (0.2.0)

GameServerConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A game server config resource.

Attributes

NameDescription
name str
The resource name of the game server config. Uses the form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}. For example, projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config.
create_time .timestamp.Timestamp
Output only. The creation time.
update_time .timestamp.Timestamp
Output only. The last-modified time.
labels Sequence[.gcgv_game_server_configs.GameServerConfig.LabelsEntry]
The labels associated with this game server config. Each label is a key-value pair.
fleet_configs Sequence[.gcgv_game_server_configs.FleetConfig]
FleetConfig contains a list of Agones fleet specs. Only one FleetConfig is allowed.
scaling_configs Sequence[.gcgv_game_server_configs.ScalingConfig]
The autoscaling settings.
description str
The description of the game server config.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.