Interface AutoScaleVCore.UpdateStages.WithCapacityLimit

All Known Subinterfaces:
AutoScaleVCore.Update
Enclosing interface:
AutoScaleVCore.UpdateStages

public static interface AutoScaleVCore.UpdateStages.WithCapacityLimit
The stage of the AutoScaleVCore update allowing to specify capacityLimit.
  • Method Summary

    Modifier and Type
    Method
    Description
    withCapacityLimit(Integer capacityLimit)
    Specifies the capacityLimit property: The maximum capacity of an auto scale v-core resource..
  • Method Details

    • withCapacityLimit

      AutoScaleVCore.Update withCapacityLimit(Integer capacityLimit)
      Specifies the capacityLimit property: The maximum capacity of an auto scale v-core resource..
      Parameters:
      capacityLimit - The maximum capacity of an auto scale v-core resource.
      Returns:
      the next definition stage.