RosACLRuleProps
Properties for defining a RosACLRule.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-aclrule
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.RosACLRuleProps {
AclId: interface{},
DestCidr: interface{},
DestPortRange: interface{},
Direction: interface{},
IpProtocol: interface{},
Policy: interface{},
SourceCidr: interface{},
SourcePortRange: interface{},
Description: interface{},
DpiGroupIds: interface{},
DpiSignatureIds: interface{},
Name: interface{},
Priority: interface{},
Type: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AclId |
interface{} |
No description. |
DestCidr |
interface{} |
No description. |
DestPortRange |
interface{} |
No description. |
Direction |
interface{} |
No description. |
IpProtocol |
interface{} |
No description. |
Policy |
interface{} |
No description. |
SourceCidr |
interface{} |
No description. |
SourcePortRange |
interface{} |
No description. |
Description |
interface{} |
No description. |
DpiGroupIds |
interface{} |
No description. |
DpiSignatureIds |
interface{} |
No description. |
Name |
interface{} |
No description. |
Priority |
interface{} |
No description. |
Type |
interface{} |
No description. |
AclIdRequired
AclId interface{}
- Type: interface{}
DestCidrRequired
DestCidr interface{}
- Type: interface{}
DestPortRangeRequired
DestPortRange interface{}
- Type: interface{}
DirectionRequired
Direction interface{}
- Type: interface{}
IpProtocolRequired
IpProtocol interface{}
- Type: interface{}
PolicyRequired
Policy interface{}
- Type: interface{}
SourceCidrRequired
SourceCidr interface{}
- Type: interface{}
SourcePortRangeRequired
SourcePortRange interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
DpiGroupIdsOptional
DpiGroupIds interface{}
- Type: interface{}
DpiSignatureIdsOptional
DpiSignatureIds interface{}
- Type: interface{}
NameOptional
Name interface{}
- Type: interface{}
PriorityOptional
Priority interface{}
- Type: interface{}
TypeOptional
Type interface{}
- Type: interface{}