Class: Google::Cloud::Gaming::V1::GkeClusterReference
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GkeClusterReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_clusters.rb
Overview
A reference to a GKE cluster.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
The full or partial name of a GKE cluster, using one of the following forms: *
projects/{project}/locations/{location}/clusters/{cluster}
*locations/{location}/clusters/{cluster}
*{cluster}
If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster.
Instance Attribute Details
#cluster ⇒ ::String
Returns The full or partial name of a GKE cluster, using one of the following forms:
projects/{project}/locations/{location}/clusters/{cluster}
locations/{location}/clusters/{cluster}
{cluster}
If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster.
255 256 257 258 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 255 class GkeClusterReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |