Class: Google::Apis::GkehubV1beta::CommonFeatureSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::CommonFeatureSpec
- 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
-
#multiclusteringress ⇒ Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec
FeatureSpec contains the input for the MultiClusterIngress feature.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CommonFeatureSpec
constructor
A new instance of CommonFeatureSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#multiclusteringress ⇒ Google::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 |