public static interface NodePool.NodePoolMaintenancePolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExclusionUntilEndOfSupport()
public abstract NodePool.ExclusionUntilEndOfSupport getExclusionUntilEndOfSupport()Optional. The exclusion until end of support for the node pool.
.google.container.v1beta1.NodePool.ExclusionUntilEndOfSupport exclusion_until_end_of_support = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.ExclusionUntilEndOfSupport |
The exclusionUntilEndOfSupport. |
getExclusionUntilEndOfSupportOrBuilder()
public abstract NodePool.ExclusionUntilEndOfSupportOrBuilder getExclusionUntilEndOfSupportOrBuilder()Optional. The exclusion until end of support for the node pool.
.google.container.v1beta1.NodePool.ExclusionUntilEndOfSupport exclusion_until_end_of_support = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.ExclusionUntilEndOfSupportOrBuilder |
|
hasExclusionUntilEndOfSupport()
public abstract boolean hasExclusionUntilEndOfSupport()Optional. The exclusion until end of support for the node pool.
.google.container.v1beta1.NodePool.ExclusionUntilEndOfSupport exclusion_until_end_of_support = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exclusionUntilEndOfSupport field is set. |