public final class NodePoolAutoscaling extends GeneratedMessage implements NodePoolAutoscalingOrBuilder
NodePoolAutoscaling contains information required by cluster autoscaler to
adjust the size of the node pool to the current cluster usage.
Protobuf type google.container.v1beta1.NodePoolAutoscaling
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AUTOPROVISIONED_FIELD_NUMBER
public static final int AUTOPROVISIONED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LOCATION_POLICY_FIELD_NUMBER
public static final int LOCATION_POLICY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MAX_NODE_COUNT_FIELD_NUMBER
public static final int MAX_NODE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MIN_NODE_COUNT_FIELD_NUMBER
public static final int MIN_NODE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TOTAL_MAX_NODE_COUNT_FIELD_NUMBER
public static final int TOTAL_MAX_NODE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TOTAL_MIN_NODE_COUNT_FIELD_NUMBER
public static final int TOTAL_MIN_NODE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static NodePoolAutoscaling getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static NodePoolAutoscaling.Builder newBuilder()
newBuilder(NodePoolAutoscaling prototype)
public static NodePoolAutoscaling.Builder newBuilder(NodePoolAutoscaling prototype)
public static NodePoolAutoscaling parseDelimitedFrom(InputStream input)
public static NodePoolAutoscaling parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static NodePoolAutoscaling parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static NodePoolAutoscaling parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(CodedInputStream input)
public static NodePoolAutoscaling parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(InputStream input)
public static NodePoolAutoscaling parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static NodePoolAutoscaling parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<NodePoolAutoscaling> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAutoprovisioned()
public boolean getAutoprovisioned()
Can this node pool be deleted automatically.
bool autoprovisioned = 4;
| Returns |
| Type |
Description |
boolean |
The autoprovisioned.
|
getDefaultInstanceForType()
public NodePoolAutoscaling getDefaultInstanceForType()
getEnabled()
public boolean getEnabled()
Is autoscaling enabled for this node pool.
bool enabled = 1;
| Returns |
| Type |
Description |
boolean |
The enabled.
|
getLocationPolicy()
public NodePoolAutoscaling.LocationPolicy getLocationPolicy()
Location policy used when scaling up a nodepool.
.google.container.v1beta1.NodePoolAutoscaling.LocationPolicy location_policy = 5;
getLocationPolicyValue()
public int getLocationPolicyValue()
Location policy used when scaling up a nodepool.
.google.container.v1beta1.NodePoolAutoscaling.LocationPolicy location_policy = 5;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for locationPolicy.
|
getMaxNodeCount()
public int getMaxNodeCount()
Maximum number of nodes for one location in the node pool. Must be >=
min_node_count. There has to be enough quota to scale up the cluster.
int32 max_node_count = 3;
| Returns |
| Type |
Description |
int |
The maxNodeCount.
|
getMinNodeCount()
public int getMinNodeCount()
Minimum number of nodes for one location in the node pool. Must be greater
than or equal to 0 and less than or equal to max_node_count.
int32 min_node_count = 2;
| Returns |
| Type |
Description |
int |
The minNodeCount.
|
getParserForType()
public Parser<NodePoolAutoscaling> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getTotalMaxNodeCount()
public int getTotalMaxNodeCount()
Maximum number of nodes in the node pool. Must be greater than or equal to
total_min_node_count. There has to be enough quota to scale up the cluster.
The total_*_node_count fields are mutually exclusive with the *_node_count
fields.
int32 total_max_node_count = 7;
| Returns |
| Type |
Description |
int |
The totalMaxNodeCount.
|
getTotalMinNodeCount()
public int getTotalMinNodeCount()
Minimum number of nodes in the node pool. Must be greater than or equal
to 0 and less than or equal to total_max_node_count.
The total_*_node_count fields are mutually exclusive with the *_node_count
fields.
int32 total_min_node_count = 6;
| Returns |
| Type |
Description |
int |
The totalMinNodeCount.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public NodePoolAutoscaling.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected NodePoolAutoscaling.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public NodePoolAutoscaling.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides