Class: Google::Apis::GkehubV1alpha::PolicycontrollerTemplateLibraryConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PolicycontrollerTemplateLibraryConfig

Returns a new instance of PolicycontrollerTemplateLibraryConfig.



3050
3051
3052
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3050

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

Instance Attribute Details

#includedBoolean Also known as: included?

Whether the standard template library should be installed or not. Corresponds to the JSON property included

Returns:

  • (Boolean)


3047
3048
3049
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3047

def included
  @included
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3055
3056
3057
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3055

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