public sealed class AdvancedMachineFeatures : IMessage<AdvancedMachineFeatures>, IEquatable<AdvancedMachineFeatures>, IDeepCloneable<AdvancedMachineFeatures>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AdvancedMachineFeatures.
Specifies options for controlling advanced machine features.
Implements
IMessageAdvancedMachineFeatures, IEquatableAdvancedMachineFeatures, IDeepCloneableAdvancedMachineFeatures, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AdvancedMachineFeatures()
public AdvancedMachineFeatures()
AdvancedMachineFeatures(AdvancedMachineFeatures)
public AdvancedMachineFeatures(AdvancedMachineFeatures other)
Parameter | |
---|---|
Name | Description |
other |
AdvancedMachineFeatures |
Properties
EnableNestedVirtualization
public bool EnableNestedVirtualization { get; set; }
Whether or not to enable nested virtualization (defaults to false).
Property Value | |
---|---|
Type | Description |
bool |
HasEnableNestedVirtualization
public bool HasEnableNestedVirtualization { get; }
Gets whether the "enable_nested_virtualization" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasPerformanceMonitoringUnit
public bool HasPerformanceMonitoringUnit { get; }
Gets whether the "performance_monitoring_unit" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasThreadsPerCore
public bool HasThreadsPerCore { get; }
Gets whether the "threads_per_core" field is set
Property Value | |
---|---|
Type | Description |
bool |
PerformanceMonitoringUnit
public AdvancedMachineFeatures.Types.PerformanceMonitoringUnit PerformanceMonitoringUnit { get; set; }
Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.
Property Value | |
---|---|
Type | Description |
AdvancedMachineFeaturesTypesPerformanceMonitoringUnit |
ThreadsPerCore
public long ThreadsPerCore { get; set; }
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.
Property Value | |
---|---|
Type | Description |
long |