@ApiType("SoftLayer_Scale_Policy_Trigger_Repeating")
public class Repeating
extends Trigger
A trigger that will execute every so often.
See Also:
SoftLayer_Scale_Policy_Trigger_Repeating
  • Field Details

    • schedule

      @ApiProperty(canBeNullOrNotSet=true) protected String schedule
      The cron-formatted schedule. This is run in the UTC timezone.
    • scheduleSpecified

      protected boolean scheduleSpecified
  • Constructor Details

    • Repeating

      public Repeating()
  • Method Details