class Google::Apis::ContainerV1::CreateClusterRequest

CreateClusterRequest creates a cluster.

Attributes

cluster[RW]

A Google Container Engine cluster. Corresponds to the JSON property `cluster` @return [Google::Apis::ContainerV1::Cluster]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/container_v1/classes.rb, line 432
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/container_v1/classes.rb, line 437
def update!(**args)
  @cluster = args[:cluster] if args.key?(:cluster)
end