Class: Google::Cloud::Container::V1beta1::AdvancedMachineFeatures
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AdvancedMachineFeatures
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Specifies options for controlling advanced machine features.
Instance Attribute Summary collapse
-
#threads_per_core ⇒ ::Integer
The number of threads per physical core.
Instance Attribute Details
#threads_per_core ⇒ ::Integer
Returns The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
394 395 396 397 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 394 class AdvancedMachineFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |