public static interface V2beta2Autoscaling.HPAScalingPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPeriodSeconds()
PeriodSeconds specifies the window of time for which the policy should hold true.
|
String |
getType()
Type is used to specify the scaling policy.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type is used to specify the scaling policy.
|
int |
getValue()
Value contains the amount of change which is permitted by the policy.
|
boolean |
hasPeriodSeconds()
PeriodSeconds specifies the window of time for which the policy should hold true.
|
boolean |
hasType()
Type is used to specify the scaling policy.
|
boolean |
hasValue()
Value contains the amount of change which is permitted by the policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type is used to specify the scaling policy.
optional string type = 1;String getType()
Type is used to specify the scaling policy.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type is used to specify the scaling policy.
optional string type = 1;boolean hasValue()
Value contains the amount of change which is permitted by the policy. It must be greater than zero
optional int32 value = 2;int getValue()
Value contains the amount of change which is permitted by the policy. It must be greater than zero
optional int32 value = 2;boolean hasPeriodSeconds()
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
optional int32 periodSeconds = 3;int getPeriodSeconds()
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
optional int32 periodSeconds = 3;Copyright © 2023. All rights reserved.