public sealed class LinuxNodeConfig.Types.HugepagesConfig : IMessage<LinuxNodeConfig.Types.HugepagesConfig>, IEquatable<LinuxNodeConfig.Types.HugepagesConfig>, IDeepCloneable<LinuxNodeConfig.Types.HugepagesConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.Types.HugepagesConfig.
Hugepages amount in both 2m and 1g size
Implements
IMessageLinuxNodeConfigTypesHugepagesConfig, IEquatableLinuxNodeConfigTypesHugepagesConfig, IDeepCloneableLinuxNodeConfigTypesHugepagesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
HugepagesConfig()
public HugepagesConfig()
HugepagesConfig(HugepagesConfig)
public HugepagesConfig(LinuxNodeConfig.Types.HugepagesConfig other)
Parameter | |
---|---|
Name | Description |
other |
LinuxNodeConfigTypesHugepagesConfig |
Properties
HasHugepageSize1G
public bool HasHugepageSize1G { get; }
Gets whether the "hugepage_size1g" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasHugepageSize2M
public bool HasHugepageSize2M { get; }
Gets whether the "hugepage_size2m" field is set
Property Value | |
---|---|
Type | Description |
bool |
HugepageSize1G
public int HugepageSize1G { get; set; }
Optional. Amount of 1G hugepages
Property Value | |
---|---|
Type | Description |
int |
HugepageSize2M
public int HugepageSize2M { get; set; }
Optional. Amount of 2M hugepages
Property Value | |
---|---|
Type | Description |
int |