Skip to content

TrafficLimitConfigProperty

Initializer

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

Properties

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

PerIpQpsOptional

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

QpsOptional

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