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.



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

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

Instance Attribute Details

#multiclusteringressGoogle::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec

Multi-cluster Ingress: The configuration for the MultiClusterIngress feature. Corresponds to the JSON property multiclusteringress



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

def multiclusteringress
  @multiclusteringress
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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