Class: Google::Cloud::Container::V1::GcpFilestoreCsiDriverConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::GcpFilestoreCsiDriverConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for the GCP Filestore CSI driver.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the GCP Filestore CSI driver is enabled for this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the GCP Filestore CSI driver is enabled for this cluster.
963 964 965 966 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 963 class GcpFilestoreCsiDriverConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |