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. |
Domain
Required
public object Domain { get; set; }
- Type: object
RsType
Required
public object RsType { get; set; }
- Type: object
Rules
Required
public object Rules { get; set; }
- Type: object
DefenseId
Optional
public object DefenseId { get; set; }
- Type: object
HttpsExt
Optional
public object HttpsExt { get; set; }
- Type: object
InstanceIds
Optional
public object InstanceIds { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object