RosWebRuleProps
Properties for defining a RosWebRule.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-webrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ddospro;
new RosWebRuleProps {
object Domain,
object RsType,
object Rules,
object DefenseId = null,
object HttpsExt = null,
object InstanceIds = null,
object ResourceGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Domain |
object |
No description. |
RsType |
object |
No description. |
Rules |
object |
No description. |
DefenseId |
object |
No description. |
HttpsExt |
object |
No description. |
InstanceIds |
object |
No description. |
ResourceGroupId |
object |
No description. |
DomainRequired
public object Domain { get; set; }
- Type: object
RsTypeRequired
public object RsType { get; set; }
- Type: object
RulesRequired
public object Rules { get; set; }
- Type: object
DefenseIdOptional
public object DefenseId { get; set; }
- Type: object
HttpsExtOptional
public object HttpsExt { get; set; }
- Type: object
InstanceIdsOptional
public object InstanceIds { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object