Skip to content

FingerPrintRuleListProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkddos"
&alicloudroscdkddos.FingerPrintRuleListProperty {
    DstPortEnd: interface{},
    DstPortStart: interface{},
    MatchAction: interface{},
    MaxPktLen: interface{},
    MinPktLen: interface{},
    Protocol: interface{},
    SeqNo: interface{},
    SrcPortEnd: interface{},
    SrcPortStart: interface{},
    FingerPrintRuleId: interface{},
    Offset: interface{},
    PayloadBytes: interface{},
    RateValue: interface{},
}

Properties

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

DstPortEndRequired

DstPortEnd interface{}
  • Type: interface{}

DstPortStartRequired

DstPortStart interface{}
  • Type: interface{}

MatchActionRequired

MatchAction interface{}
  • Type: interface{}

MaxPktLenRequired

MaxPktLen interface{}
  • Type: interface{}

MinPktLenRequired

MinPktLen interface{}
  • Type: interface{}

ProtocolRequired

Protocol interface{}
  • Type: interface{}

SeqNoRequired

SeqNo interface{}
  • Type: interface{}

SrcPortEndRequired

SrcPortEnd interface{}
  • Type: interface{}

SrcPortStartRequired

SrcPortStart interface{}
  • Type: interface{}

FingerPrintRuleIdOptional

FingerPrintRuleId interface{}
  • Type: interface{}

OffsetOptional

Offset interface{}
  • Type: interface{}

PayloadBytesOptional

PayloadBytes interface{}
  • Type: interface{}

RateValueOptional

RateValue interface{}
  • Type: interface{}