Class: Google::Cloud::Gaming::V1::GameServerClusterConnectionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GameServerClusterConnectionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_clusters.rb
Overview
The game server cluster connection information.
Instance Attribute Summary collapse
-
#gke_cluster_reference ⇒ ::Google::Cloud::Gaming::V1::GkeClusterReference
Reference to the GKE cluster where the game servers are installed.
-
#namespace ⇒ ::String
Namespace designated on the game server cluster where the Agones game server instances will be created.
Instance Attribute Details
#gke_cluster_reference ⇒ ::Google::Cloud::Gaming::V1::GkeClusterReference
Returns Reference to the GKE cluster where the game servers are installed.
239 240 241 242 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 239 class GameServerClusterConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns Namespace designated on the game server cluster where the Agones game server instances will be created. Existence of the namespace will be validated during creation.
239 240 241 242 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 239 class GameServerClusterConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |