Skip to content

SourceLimitProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ddos;
new SourceLimitProperty {
    object Bps = null,
    object Pps = null,
    object SynBps = null,
    object SynPps = null
};

Properties

Name Type Description
Bps object No description.
Pps object No description.
SynBps object No description.
SynPps object No description.

BpsOptional

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

PpsOptional

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

SynBpsOptional

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

SynPpsOptional

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