FingerPrintRuleListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ddos;
new FingerPrintRuleListProperty {
object DstPortEnd,
object DstPortStart,
object MatchAction,
object MaxPktLen,
object MinPktLen,
object Protocol,
object SeqNo,
object SrcPortEnd,
object SrcPortStart,
object FingerPrintRuleId = null,
object Offset = null,
object PayloadBytes = null,
object RateValue = null
};
Properties
DstPortEnd
Required
public object DstPortEnd { get; set; }
DstPortStart
Required
public object DstPortStart { get; set; }
MatchAction
Required
public object MatchAction { get; set; }
MaxPktLen
Required
public object MaxPktLen { get; set; }
MinPktLen
Required
public object MinPktLen { get; set; }
Protocol
Required
public object Protocol { get; set; }
SeqNo
Required
public object SeqNo { get; set; }
SrcPortEnd
Required
public object SrcPortEnd { get; set; }
SrcPortStart
Required
public object SrcPortStart { get; set; }
FingerPrintRuleId
Optional
public object FingerPrintRuleId { get; set; }
Offset
Optional
public object Offset { get; set; }
PayloadBytes
Optional
public object PayloadBytes { get; set; }
RateValue
Optional
public object RateValue { get; set; }