PreviewCreateGameServerClusterRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for GameServerClustersService.PreviewCreateGameServerCluster.
Attributes | |
---|---|
Name | Description |
parent |
str
Required. The parent resource name, in the following form: projects/{project}/locations/{location}/realms/{realm} .
|
game_server_cluster_id |
str
Required. The ID of the game server cluster resource to be created. |
game_server_cluster |
google.cloud.gaming_v1.types.GameServerCluster
Required. The game server cluster resource to be created. |
preview_time |
google.protobuf.timestamp_pb2.Timestamp
Optional. The target timestamp to compute the preview. |
view |
google.cloud.gaming_v1.types.GameServerClusterView
Optional. This field is deprecated, preview will always return KubernetesClusterState. |