Class: Google::Apis::GkehubV1beta::CommonFeatureSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb

Overview

CommonFeatureSpec contains Hub-wide configuration information

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CommonFeatureSpec

Returns a new instance of CommonFeatureSpec.



189
190
191
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 189

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#multiclusteringressGoogle::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec

FeatureSpec contains the input for the MultiClusterIngress feature. Corresponds to the JSON property multiclusteringress



187
188
189
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 187

def multiclusteringress
  @multiclusteringress
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



194
195
196
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 194

def update!(**args)
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
end