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.



780
781
782
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 780

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

Instance Attribute Details

#anthosobservabilityGoogle::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec

Anthos Observability: Spec Corresponds to the JSON property anthosobservability



751
752
753
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 751

def anthosobservability
  @anthosobservability
end

#appdevexperienceGoogle::Apis::GkehubV1beta::AppDevExperienceFeatureSpec

Spec for App Dev Experience Feature. Corresponds to the JSON property appdevexperience



756
757
758
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 756

def appdevexperience
  @appdevexperience
end

#clusterupgradeGoogle::Apis::GkehubV1beta::ClusterUpgradeFleetSpec

ClusterUpgrade: The configuration for the fleet-level ClusterUpgrade feature. Corresponds to the JSON property clusterupgrade



762
763
764
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 762

def clusterupgrade
  @clusterupgrade
end

#dataplanev2Google::Apis::GkehubV1beta::DataplaneV2FeatureSpec

Dataplane V2: Spec Corresponds to the JSON property dataplanev2



767
768
769
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 767

def dataplanev2
  @dataplanev2
end

#fleetobservabilityGoogle::Apis::GkehubV1beta::FleetObservabilityFeatureSpec

Fleet Observability: The Hub-wide input for the FleetObservability feature. Corresponds to the JSON property fleetobservability



772
773
774
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 772

def fleetobservability
  @fleetobservability
end

#multiclusteringressGoogle::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec

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



778
779
780
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 778

def multiclusteringress
  @multiclusteringress
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



785
786
787
788
789
790
791
792
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 785

def update!(**args)
  @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
  @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
  @dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
end