Skip to content

Layer4RuleListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ddos;
new Layer4RuleListProperty {
    object Action,
    object ConditionList,
    object Limited,
    object Match,
    object Method,
    object Name,
    object Priority
};

Properties

Name Type Description
Action object No description.
ConditionList object No description.
Limited object No description.
Match object No description.
Method object No description.
Name object No description.
Priority object No description.

ActionRequired

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

ConditionListRequired

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

LimitedRequired

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

MatchRequired

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

MethodRequired

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

NameRequired

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

PriorityRequired

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