public class AutoScalingForUpdateNodePoolConfigInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoScalingForUpdateNodePoolConfigInput.SubnetPolicyEnum
Gets or Sets subnetPolicy
|
| Constructor and Description |
|---|
AutoScalingForUpdateNodePoolConfigInput() |
public AutoScalingForUpdateNodePoolConfigInput()
public AutoScalingForUpdateNodePoolConfigInput desiredReplicas(Integer desiredReplicas)
public Integer getDesiredReplicas()
public void setDesiredReplicas(Integer desiredReplicas)
public AutoScalingForUpdateNodePoolConfigInput enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public AutoScalingForUpdateNodePoolConfigInput maxReplicas(Integer maxReplicas)
public Integer getMaxReplicas()
public void setMaxReplicas(Integer maxReplicas)
public AutoScalingForUpdateNodePoolConfigInput minReplicas(Integer minReplicas)
public Integer getMinReplicas()
public void setMinReplicas(Integer minReplicas)
public AutoScalingForUpdateNodePoolConfigInput priority(Integer priority)
public Integer getPriority()
public void setPriority(Integer priority)
public AutoScalingForUpdateNodePoolConfigInput subnetPolicy(AutoScalingForUpdateNodePoolConfigInput.SubnetPolicyEnum subnetPolicy)
public AutoScalingForUpdateNodePoolConfigInput.SubnetPolicyEnum getSubnetPolicy()
public void setSubnetPolicy(AutoScalingForUpdateNodePoolConfigInput.SubnetPolicyEnum subnetPolicy)
Copyright © 2024. All rights reserved.