Skip to content

ScalingRuleTimerProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sae;
new ScalingRuleTimerProperty {
    object Period,
    object Schedules,
    object BeginDate = null,
    object EndDate = null
};

Properties

Name Type Description
Period object No description.
Schedules object No description.
BeginDate object No description.
EndDate object No description.

PeriodRequired

public object Period { get; set; }
  • Type: object

SchedulesRequired

public object Schedules { get; set; }
  • Type: object

BeginDateOptional

public object BeginDate { get; set; }
  • Type: object

EndDateOptional

public object EndDate { get; set; }
  • Type: object