RosPolicyProps
Properties for defining a RosPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddos-policy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ddos;
new RosPolicyProps {
object PolicyName,
object Type,
object ActionType = null,
object BlackIpList = null,
object Content = null,
object WhiteIpList = null
};
Properties
Name | Type | Description |
---|---|---|
PolicyName |
object |
No description. |
Type |
object |
No description. |
ActionType |
object |
No description. |
BlackIpList |
object |
No description. |
Content |
object |
No description. |
WhiteIpList |
object |
No description. |
PolicyName
Required
public object PolicyName { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
ActionType
Optional
public object ActionType { get; set; }
- Type: object
BlackIpList
Optional
public object BlackIpList { get; set; }
- Type: object
Content
Optional
public object Content { get; set; }
- Type: object
WhiteIpList
Optional
public object WhiteIpList { get; set; }
- Type: object