Interface AdvancedMachineFeaturesOrBuilder (2.48.0)

public interface AdvancedMachineFeaturesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableNestedVirtualization()

public abstract boolean getEnableNestedVirtualization()

Whether or not to enable nested virtualization (defaults to false).

optional bool enable_nested_virtualization = 2;

Returns
Type Description
boolean

The enableNestedVirtualization.

getThreadsPerCore()

public abstract long getThreadsPerCore()

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.

optional int64 threads_per_core = 1;

Returns
Type Description
long

The threadsPerCore.

hasEnableNestedVirtualization()

public abstract boolean hasEnableNestedVirtualization()

Whether or not to enable nested virtualization (defaults to false).

optional bool enable_nested_virtualization = 2;

Returns
Type Description
boolean

Whether the enableNestedVirtualization field is set.

hasThreadsPerCore()

public abstract boolean hasThreadsPerCore()

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.

optional int64 threads_per_core = 1;

Returns
Type Description
boolean

Whether the threadsPerCore field is set.