public static interface LinuxNodeConfig.HugepagesConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHugepageSize1G()
public abstract int getHugepageSize1G()
Optional. Amount of 1G hugepages
optional int32 hugepage_size1g = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The hugepageSize1g. |
getHugepageSize2M()
public abstract int getHugepageSize2M()
Optional. Amount of 2M hugepages
optional int32 hugepage_size2m = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The hugepageSize2m. |
hasHugepageSize1G()
public abstract boolean hasHugepageSize1G()
Optional. Amount of 1G hugepages
optional int32 hugepage_size1g = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the hugepageSize1g field is set. |
hasHugepageSize2M()
public abstract boolean hasHugepageSize2M()
Optional. Amount of 2M hugepages
optional int32 hugepage_size2m = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the hugepageSize2m field is set. |