Show / Hide Table of Contents

Class AdvancedMachineFeatures

Specifies options for controlling advanced machine features.

Inheritance
object
AdvancedMachineFeatures
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

PerformanceMonitoringUnit

Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.

Declaration
[JsonProperty("performanceMonitoringUnit")]
public virtual string PerformanceMonitoringUnit { get; set; }
Property Value
Type Description
string

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX