Class FetchDeploymentStateResponse (0.3.0)

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

Response message for GameServerDeploymentsService.FetchDeploymentState.

Attributes

NameDescription
cluster_state Sequence[.gcg_game_server_deployments.FetchDeploymentStateResponse.DeployedClusterState]
The state of the game server deployment in each game server cluster.
unavailable Sequence[str]
List of locations that could not be reached.

Classes

DeployedClusterState

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

The game server cluster changes made by the game server deployment.