@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V2beta2HPAScalingPolicy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PERIOD_SECONDS |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUE |
Constructor and Description |
---|
V2beta2HPAScalingPolicy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getPeriodSeconds()
PeriodSeconds specifies the window of time for which the policy should hold true.
|
String |
getType()
Type is used to specify the scaling policy.
|
Integer |
getValue()
Value contains the amount of change which is permitted by the policy.
|
int |
hashCode() |
V2beta2HPAScalingPolicy |
periodSeconds(Integer periodSeconds) |
void |
setPeriodSeconds(Integer periodSeconds) |
void |
setType(String type) |
void |
setValue(Integer value) |
String |
toString() |
V2beta2HPAScalingPolicy |
type(String type) |
V2beta2HPAScalingPolicy |
value(Integer value) |
public static final String SERIALIZED_NAME_PERIOD_SECONDS
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUE
public V2beta2HPAScalingPolicy periodSeconds(Integer periodSeconds)
public Integer getPeriodSeconds()
public void setPeriodSeconds(Integer periodSeconds)
public V2beta2HPAScalingPolicy type(String type)
public String getType()
public void setType(String type)
public V2beta2HPAScalingPolicy value(Integer value)
public Integer getValue()
public void setValue(Integer value)
Copyright © 2020. All rights reserved.