Class: Google::Apis::ContainerV1::GcfsConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::GcfsConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
GcfsConfig contains configurations of Google Container File System (image streaming).
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether to use GCFS.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GcfsConfig
constructor
A new instance of GcfsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GcfsConfig
Returns a new instance of GcfsConfig.
2815 2816 2817 |
# File 'lib/google/apis/container_v1/classes.rb', line 2815 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether to use GCFS.
Corresponds to the JSON property enabled
2812 2813 2814 |
# File 'lib/google/apis/container_v1/classes.rb', line 2812 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2820 2821 2822 |
# File 'lib/google/apis/container_v1/classes.rb', line 2820 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |