Class: Google::Cloud::Gaming::V1::GameServerCluster
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GameServerCluster
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_clusters.rb
Overview
A game server cluster resource.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#cluster_state ⇒ ::Google::Cloud::Gaming::V1::KubernetesClusterState
readonly
Output only.
-
#connection_info ⇒ ::Google::Cloud::Gaming::V1::GameServerClusterConnectionInfo
The game server cluster connection information.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Human readable description of the cluster.
-
#etag ⇒ ::String
ETag of the resource.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels associated with this game server cluster.
-
#name ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#cluster_state ⇒ ::Google::Cloud::Gaming::V1::KubernetesClusterState (readonly)
Returns Output only. The state of the Kubernetes cluster, this will be available if
'view' is set to FULL
in the relevant List/Get/Preview request.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#connection_info ⇒ ::Google::Cloud::Gaming::V1::GameServerClusterConnectionInfo
Returns The game server cluster connection information. This information is used to manage game server clusters.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation time.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Human readable description of the cluster.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
Returns ETag of the resource.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns The labels associated with this game server cluster. Each label is a key-value pair.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Required. The resource name of the game server cluster, in the following form:
projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}
.
For example,
projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster
.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last-modified time.
291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 291 class GameServerCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |