GoogleApi.GameServices.V1beta.Model.GameServerConfig (google_api_game_services v0.8.3) View Source
A game server config resource.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The creation time. -
description
(type:String.t
, default:nil
) - The description of the game server config. -
fleetConfigs
(type:list(GoogleApi.GameServices.V1beta.Model.FleetConfig.t)
, default:nil
) - FleetConfig contains a list of Agones fleet specs. Only one FleetConfig is allowed. -
labels
(type:map()
, default:nil
) - The labels associated with this game server config. Each label is a key-value pair. -
name
(type:String.t
, default:nil
) - The resource name of the game server config, in the following form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}
. For example,projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config
. -
scalingConfigs
(type:list(GoogleApi.GameServices.V1beta.Model.ScalingConfig.t)
, default:nil
) - The autoscaling settings. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The last-modified time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.GameServices.V1beta.Model.GameServerConfig{ createTime: DateTime.t() | nil, description: String.t() | nil, fleetConfigs: [GoogleApi.GameServices.V1beta.Model.FleetConfig.t()] | nil, labels: map() | nil, name: String.t() | nil, scalingConfigs: [GoogleApi.GameServices.V1beta.Model.ScalingConfig.t()] | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.