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 Fleet-wide configuration information

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CommonFeatureSpec

Returns a new instance of CommonFeatureSpec.



744
745
746
# File 'lib/google/apis/gkehub_v1/classes.rb', line 744

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

Instance Attribute Details

#appdevexperienceGoogle::Apis::GkehubV1::AppDevExperienceFeatureSpec

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



714
715
716
# File 'lib/google/apis/gkehub_v1/classes.rb', line 714

def appdevexperience
  @appdevexperience
end

#clusterupgradeGoogle::Apis::GkehubV1::ClusterUpgradeFleetSpec

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



720
721
722
# File 'lib/google/apis/gkehub_v1/classes.rb', line 720

def clusterupgrade
  @clusterupgrade
end

#dataplanev2Google::Apis::GkehubV1::DataplaneV2FeatureSpec

Dataplane V2: Spec Corresponds to the JSON property dataplanev2



725
726
727
# File 'lib/google/apis/gkehub_v1/classes.rb', line 725

def dataplanev2
  @dataplanev2
end

#fleetobservabilityGoogle::Apis::GkehubV1::FleetObservabilityFeatureSpec

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



730
731
732
# File 'lib/google/apis/gkehub_v1/classes.rb', line 730

def fleetobservability
  @fleetobservability
end

#multiclusteringressGoogle::Apis::GkehubV1::MultiClusterIngressFeatureSpec

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



736
737
738
# File 'lib/google/apis/gkehub_v1/classes.rb', line 736

def multiclusteringress
  @multiclusteringress
end

#rbacrolebindingactuationGoogle::Apis::GkehubV1::RbacRoleBindingActuationFeatureSpec

RBAC RoleBinding Actuation: The Hub-wide input for the RBACRoleBindingActuation feature. Corresponds to the JSON property rbacrolebindingactuation



742
743
744
# File 'lib/google/apis/gkehub_v1/classes.rb', line 742

def rbacrolebindingactuation
  @rbacrolebindingactuation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



749
750
751
752
753
754
755
756
# File 'lib/google/apis/gkehub_v1/classes.rb', line 749

def update!(**args)
  @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)
  @rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
end