Class: Google::Apis::GkehubV1alpha::CommonFeatureSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::CommonFeatureSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
CommonFeatureSpec contains Hub-wide configuration information
Instance Attribute Summary collapse
-
#anthosobservability ⇒ Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec
Anthos Observability: Spec Corresponds to the JSON property
anthosobservability. -
#appdevexperience ⇒ Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec
Spec for App Dev Experience Feature.
-
#cloudauditlogging ⇒ Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec
Cloud Audit Logging: Spec for Audit Logging Allowlisting.
-
#clusterupgrade ⇒ Google::Apis::GkehubV1alpha::ClusterUpgradeFleetSpec
ClusterUpgrade: The configuration for the fleet-level ClusterUpgrade feature.
-
#dataplanev2 ⇒ Google::Apis::GkehubV1alpha::DataplaneV2FeatureSpec
Dataplane V2: Spec Corresponds to the JSON property
dataplanev2. -
#fleetobservability ⇒ Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec
Fleet Observability: The Hub-wide input for the FleetObservability feature.
-
#multiclusteringress ⇒ Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec
Multi-cluster Ingress: The configuration for the MultiClusterIngress feature.
-
#namespaceactuation ⇒ Google::Apis::GkehubV1alpha::NamespaceActuationFeatureSpec
An empty spec for actuation feature.
-
#workloadcertificate ⇒ Google::Apis::GkehubV1alpha::FeatureSpec
Workload Certificate: The Hub-wide input for the WorkloadCertificate 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.
927 928 929 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 927 def initialize(**args) update!(**args) end |
Instance Attribute Details
#anthosobservability ⇒ Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec
Anthos Observability: Spec
Corresponds to the JSON property anthosobservability
881 882 883 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 881 def anthosobservability @anthosobservability end |
#appdevexperience ⇒ Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec
Spec for App Dev Experience Feature.
Corresponds to the JSON property appdevexperience
886 887 888 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 886 def appdevexperience @appdevexperience end |
#cloudauditlogging ⇒ Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec
Cloud Audit Logging: Spec for Audit Logging Allowlisting.
Corresponds to the JSON property cloudauditlogging
891 892 893 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 891 def cloudauditlogging @cloudauditlogging end |
#clusterupgrade ⇒ Google::Apis::GkehubV1alpha::ClusterUpgradeFleetSpec
ClusterUpgrade: The configuration for the fleet-level ClusterUpgrade
feature.
Corresponds to the JSON property clusterupgrade
897 898 899 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 897 def clusterupgrade @clusterupgrade end |
#dataplanev2 ⇒ Google::Apis::GkehubV1alpha::DataplaneV2FeatureSpec
Dataplane V2: Spec
Corresponds to the JSON property dataplanev2
902 903 904 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 902 def dataplanev2 @dataplanev2 end |
#fleetobservability ⇒ Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec
Fleet Observability: The Hub-wide input for the FleetObservability feature.
Corresponds to the JSON property fleetobservability
907 908 909 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 907 def fleetobservability @fleetobservability end |
#multiclusteringress ⇒ Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec
Multi-cluster Ingress: The configuration for the MultiClusterIngress
feature.
Corresponds to the JSON property multiclusteringress
913 914 915 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 913 def multiclusteringress @multiclusteringress end |
#namespaceactuation ⇒ Google::Apis::GkehubV1alpha::NamespaceActuationFeatureSpec
An empty spec for actuation feature. This is required since Feature proto
requires a spec.
Corresponds to the JSON property namespaceactuation
919 920 921 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 919 def namespaceactuation @namespaceactuation end |
#workloadcertificate ⇒ Google::Apis::GkehubV1alpha::FeatureSpec
Workload Certificate: The Hub-wide input for the WorkloadCertificate
feature.
Corresponds to the JSON property workloadcertificate
925 926 927 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 925 def workloadcertificate @workloadcertificate end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
932 933 934 935 936 937 938 939 940 941 942 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 932 def update!(**args) @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability) @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience) @cloudauditlogging = args[:cloudauditlogging] if args.key?(:cloudauditlogging) @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) @namespaceactuation = args[:namespaceactuation] if args.key?(:namespaceactuation) @workloadcertificate = args[:workloadcertificate] if args.key?(:workloadcertificate) end |