Class: Google::Cloud::Container::V1beta1::GcfsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::GcfsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
GcfsConfig contains configurations of Google Container File System.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether to use GCFS.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether to use GCFS.
580 581 582 583 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 580 class GcfsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |