RosControlPolicyProps
Properties for defining a RosControlPolicy.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-controlpolicy
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw"
&alicloudroscdkcloudfw.RosControlPolicyProps {
AclAction: interface{},
Description: interface{},
Destination: interface{},
DestinationType: interface{},
Direction: interface{},
NewOrder: interface{},
Proto: interface{},
Source: interface{},
SourceType: interface{},
ApplicationName: interface{},
ApplicationNameList: interface{},
DestPort: interface{},
DestPortGroup: interface{},
DestPortType: interface{},
DomainResolveType: interface{},
EndTime: interface{},
IpVersion: interface{},
RegionId: interface{},
Release: interface{},
RepeatDays: interface{},
RepeatEndTime: interface{},
RepeatStartTime: interface{},
RepeatType: interface{},
StartTime: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AclAction | interface{} | No description. |
Description | interface{} | No description. |
Destination | interface{} | No description. |
DestinationType | interface{} | No description. |
Direction | interface{} | No description. |
NewOrder | interface{} | No description. |
Proto | interface{} | No description. |
Source | interface{} | No description. |
SourceType | interface{} | No description. |
ApplicationName | interface{} | No description. |
ApplicationNameList | interface{} | No description. |
DestPort | interface{} | No description. |
DestPortGroup | interface{} | No description. |
DestPortType | interface{} | No description. |
DomainResolveType | interface{} | No description. |
EndTime | interface{} | No description. |
IpVersion | interface{} | No description. |
RegionId | interface{} | No description. |
Release | interface{} | No description. |
RepeatDays | interface{} | No description. |
RepeatEndTime | interface{} | No description. |
RepeatStartTime | interface{} | No description. |
RepeatType | interface{} | No description. |
StartTime | interface{} | No description. |
AclActionRequired
AclAction interface{}
- Type: interface{}
DescriptionRequired
Description interface{}
- Type: interface{}
DestinationRequired
Destination interface{}
- Type: interface{}
DestinationTypeRequired
DestinationType interface{}
- Type: interface{}
DirectionRequired
Direction interface{}
- Type: interface{}
NewOrderRequired
NewOrder interface{}
- Type: interface{}
ProtoRequired
Proto interface{}
- Type: interface{}
SourceRequired
Source interface{}
- Type: interface{}
SourceTypeRequired
SourceType interface{}
- Type: interface{}
ApplicationNameOptional
ApplicationName interface{}
- Type: interface{}
ApplicationNameListOptional
ApplicationNameList interface{}
- Type: interface{}
DestPortOptional
DestPort interface{}
- Type: interface{}
DestPortGroupOptional
DestPortGroup interface{}
- Type: interface{}
DestPortTypeOptional
DestPortType interface{}
- Type: interface{}
DomainResolveTypeOptional
DomainResolveType interface{}
- Type: interface{}
EndTimeOptional
EndTime interface{}
- Type: interface{}
IpVersionOptional
IpVersion interface{}
- Type: interface{}
RegionIdOptional
RegionId interface{}
- Type: interface{}
ReleaseOptional
Release interface{}
- Type: interface{}
RepeatDaysOptional
RepeatDays interface{}
- Type: interface{}
RepeatEndTimeOptional
RepeatEndTime interface{}
- Type: interface{}
RepeatStartTimeOptional
RepeatStartTime interface{}
- Type: interface{}
RepeatTypeOptional
RepeatType interface{}
- Type: interface{}
StartTimeOptional
StartTime interface{}
- Type: interface{}