Class: Google::Cloud::Sql::V1::AdvancedMachineFeatures
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::AdvancedMachineFeatures
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.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.
1970 1971 1972 1973 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1970 class AdvancedMachineFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |