Class AdvancedMachineFeatures
Specifies options for controlling advanced machine features.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class AdvancedMachineFeatures : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableNestedVirtualization
Whether or not to enable nested virtualization (defaults to false).
Declaration
[JsonProperty("enableNestedVirtualization")]
public virtual bool? EnableNestedVirtualization { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ThreadsPerCore
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.
Declaration
[JsonProperty("threadsPerCore")]
public virtual long? ThreadsPerCore { get; set; }
Property Value
Type | Description |
---|---|
long? |