Skip to content

TrafficLimitConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new TrafficLimitConfigProperty {
    object Qps,
    object PerIpQps = null
};

Properties

Name Type Description
Qps object No description.
PerIpQps object No description.

QpsRequired

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

PerIpQpsOptional

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