Class: Google::Cloud::Container::V1beta1::LustreCsiDriverConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Configuration for the Lustre CSI driver.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_legacy_lustre_port::Boolean

Returns If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.

Returns:

  • (::Boolean)

    If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.



1774
1775
1776
1777
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1774

class LustreCsiDriverConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enabled::Boolean

Returns Whether the Lustre CSI driver is enabled for this cluster.

Returns:

  • (::Boolean)

    Whether the Lustre CSI driver is enabled for this cluster.



1774
1775
1776
1777
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1774

class LustreCsiDriverConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end