class Google::Apis::GameservicesV1::GkeClusterReference
A reference to a GKE cluster.
Attributes
cluster[RW]
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. Corresponds to the JSON property `cluster` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1/classes.rb, line 970 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gameservices_v1/classes.rb, line 975 def update!(**args) @cluster = args[:cluster] if args.key?(:cluster) end