SourceLimitProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ddos;
new SourceLimitProperty {
object Bps = null,
object Pps = null,
object SynBps = null,
object SynPps = null
};
Properties
Bps
Optional
public object Bps { get; set; }
- Type: object
Pps
Optional
public object Pps { get; set; }
- Type: object
SynBps
Optional
public object SynBps { get; set; }
- Type: object
SynPps
Optional
public object SynPps { get; set; }
- Type: object