Class: Google::Cloud::Gaming::V1::FetchDeploymentStateResponse::DeployedClusterState

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cluster::String

Returns The name of the cluster.

Returns:

  • (::String)

    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.

Returns:



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