GameServerConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A game server config resource. .. attribute:: name
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
.
:type: str
Attributes | |
---|---|
Name | Description |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The last-modified time. |
labels |
Sequence[google.cloud.gaming_v1beta.types.GameServerConfig.LabelsEntry]
The labels associated with this game server config. Each label is a key-value pair. |
fleet_configs |
Sequence[google.cloud.gaming_v1beta.types.FleetConfig]
FleetConfig contains a list of Agones fleet specs. Only one FleetConfig is allowed. |
scaling_configs |
Sequence[google.cloud.gaming_v1beta.types.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 | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |