Class: Google::Cloud::Sql::V1::AdvancedMachineFeatures

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#threads_per_core::Integer

Returns The number of threads per physical core.

Returns:

  • (::Integer)

    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