Class: Google::Cloud::Container::V1::LinuxNodeConfig::HugepagesConfig

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

Overview

Hugepages amount in both 2m and 1g size

Instance Attribute Summary collapse

Instance Attribute Details

#hugepage_size1g::Integer

Returns Optional. Amount of 1G hugepages.

Returns:

  • (::Integer)

    Optional. Amount of 1G hugepages



63
64
65
66
# File 'proto_docs/google/container/v1/cluster_service.rb', line 63

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

#hugepage_size2m::Integer

Returns Optional. Amount of 2M hugepages.

Returns:

  • (::Integer)

    Optional. Amount of 2M hugepages



63
64
65
66
# File 'proto_docs/google/container/v1/cluster_service.rb', line 63

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