Class: Google::Apis::GkehubV1beta::DefaultClusterConfig

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

DefaultClusterConfig describes the default cluster configurations to be applied to all clusters born-in-fleet.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DefaultClusterConfig

Returns a new instance of DefaultClusterConfig.



1559
1560
1561
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1559

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

Instance Attribute Details

#security_posture_configGoogle::Apis::GkehubV1beta::SecurityPostureConfig

SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API. Corresponds to the JSON property securityPostureConfig



1557
1558
1559
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1557

def security_posture_config
  @security_posture_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1564
1565
1566
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1564

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