Interface V2beta2HPAScalingPolicyFluent<A extends V2beta2HPAScalingPolicyFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V2beta2HPAScalingRulesFluent.PoliciesNested<N>
All Known Implementing Classes:
V2beta2HPAScalingPolicyBuilder, V2beta2HPAScalingPolicyFluentImpl

public interface V2beta2HPAScalingPolicyFluent<A extends V2beta2HPAScalingPolicyFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getPeriodSeconds

      Integer getPeriodSeconds()
    • withPeriodSeconds

      A withPeriodSeconds(Integer periodSeconds)
    • hasPeriodSeconds

      Boolean hasPeriodSeconds()
    • getType

      String getType()
    • withType

      A withType(String type)
    • hasType

      Boolean hasType()
    • getValue

      Integer getValue()
    • withValue

      A withValue(Integer value)
    • hasValue

      Boolean hasValue()