Class: Google::Apis::GkehubV1alpha::PolicycontrollerTemplateLibraryConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::PolicycontrollerTemplateLibraryConfig
- 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
The config specifying which default library templates to install.
Instance Attribute Summary collapse
-
#included ⇒ Boolean
(also: #included?)
Whether the standard template library should be installed or not.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicycontrollerTemplateLibraryConfig
constructor
A new instance of PolicycontrollerTemplateLibraryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicycontrollerTemplateLibraryConfig
Returns a new instance of PolicycontrollerTemplateLibraryConfig.
2989 2990 2991 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2989 def initialize(**args) update!(**args) end |
Instance Attribute Details
#included ⇒ Boolean Also known as: included?
Whether the standard template library should be installed or not.
Corresponds to the JSON property included
2986 2987 2988 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2986 def included @included end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2994 2995 2996 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2994 def update!(**args) @included = args[:included] if args.key?(:included) end |