Class FetchDeploymentStateResponse (1.7.0)

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

Response message for GameServerDeploymentsService.FetchDeploymentState.

Attributes

NameDescription
cluster_state MutableSequence[google.cloud.gaming_v1.types.FetchDeploymentStateResponse.DeployedClusterState]
The state of the game server deployment in each game server cluster.
unavailable MutableSequence[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.