Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::AdvancedMachineFeatures.
Specifies options for controlling advanced machine features.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_nested_virtualization
def enable_nested_virtualization() -> ::Boolean
Returns
- (::Boolean) — Whether or not to enable nested virtualization (defaults to false).
#enable_nested_virtualization=
def enable_nested_virtualization=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether or not to enable nested virtualization (defaults to false).
Returns
- (::Boolean) — Whether or not to enable nested virtualization (defaults to false).
#threads_per_core
def threads_per_core() -> ::Integer
Returns
- (::Integer) — 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.
#threads_per_core=
def threads_per_core=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.