Class: Google::Cloud::Gaming::V1::FetchDeploymentStateResponse::DeployedClusterState
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::FetchDeploymentStateResponse::DeployedClusterState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_deployments.rb
Overview
The game server cluster changes made by the game server deployment.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
The name of the cluster.
-
#fleet_details ⇒ ::Array<::Google::Cloud::Gaming::V1::DeployedFleetDetails>
The details about the Agones fleets and autoscalers created in the game server cluster.
Instance Attribute Details
#cluster ⇒ ::String
Returns The name of the cluster.
176 177 178 179 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 176 class DeployedClusterState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fleet_details ⇒ ::Array<::Google::Cloud::Gaming::V1::DeployedFleetDetails>
Returns The details about the Agones fleets and autoscalers created in the game server cluster.
176 177 178 179 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 176 class DeployedClusterState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |