Skip to content

SlowStartConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new SlowStartConfigProperty {
    object SlowStartDuration,
    object SlowStartEnabled
};

Properties

Name Type Description
SlowStartDuration object No description.
SlowStartEnabled object No description.

SlowStartDurationRequired

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

SlowStartEnabledRequired

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