RosACLRuleProps
Properties for defining a RosACLRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-aclrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosACLRuleProps {
object AclId,
object DestCidr,
object DestPortRange,
object Direction,
object IpProtocol,
object Policy,
object SourceCidr,
object SourcePortRange,
object Description = null,
object DpiGroupIds = null,
object DpiSignatureIds = null,
object Name = null,
object Priority = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
AclId |
object |
No description. |
DestCidr |
object |
No description. |
DestPortRange |
object |
No description. |
Direction |
object |
No description. |
IpProtocol |
object |
No description. |
Policy |
object |
No description. |
SourceCidr |
object |
No description. |
SourcePortRange |
object |
No description. |
Description |
object |
No description. |
DpiGroupIds |
object |
No description. |
DpiSignatureIds |
object |
No description. |
Name |
object |
No description. |
Priority |
object |
No description. |
Type |
object |
No description. |
AclId
Required
public object AclId { get; set; }
- Type: object
DestCidr
Required
public object DestCidr { get; set; }
- Type: object
DestPortRange
Required
public object DestPortRange { get; set; }
- Type: object
Direction
Required
public object Direction { get; set; }
- Type: object
IpProtocol
Required
public object IpProtocol { get; set; }
- Type: object
Policy
Required
public object Policy { get; set; }
- Type: object
SourceCidr
Required
public object SourceCidr { get; set; }
- Type: object
SourcePortRange
Required
public object SourcePortRange { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DpiGroupIds
Optional
public object DpiGroupIds { get; set; }
- Type: object
DpiSignatureIds
Optional
public object DpiSignatureIds { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Priority
Optional
public object Priority { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object