Class: Google::Cloud::Container::V1::AdvancedMachineFeatures
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::AdvancedMachineFeatures
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/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
400 401 402 403 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 400 class AdvancedMachineFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |