Class: Google::Apis::GkehubV1::CommonFeatureSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/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.



244
245
246
# File 'lib/google/apis/gkehub_v1/classes.rb', line 244

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

Instance Attribute Details

#multiclusteringressGoogle::Apis::GkehubV1::MultiClusterIngressFeatureSpec

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



242
243
244
# File 'lib/google/apis/gkehub_v1/classes.rb', line 242

def multiclusteringress
  @multiclusteringress
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



249
250
251
# File 'lib/google/apis/gkehub_v1/classes.rb', line 249

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