Skip to content

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

Name Type Description
DstPortEnd object No description.
DstPortStart object No description.
MatchAction object No description.
MaxPktLen object No description.
MinPktLen object No description.
Protocol object No description.
SeqNo object No description.
SrcPortEnd object No description.
SrcPortStart object No description.
FingerPrintRuleId object No description.
Offset object No description.
PayloadBytes object No description.
RateValue object No description.

DstPortEndRequired

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

DstPortStartRequired

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

MatchActionRequired

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

MaxPktLenRequired

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

MinPktLenRequired

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

ProtocolRequired

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

SeqNoRequired

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

SrcPortEndRequired

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

SrcPortStartRequired

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

FingerPrintRuleIdOptional

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

OffsetOptional

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

PayloadBytesOptional

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

RateValueOptional

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