TrFirewallRoutePolicyProps
Properties for defining a TrFirewallRoutePolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-trfirewallroutepolicy
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw"
&alicloudroscdkcloudfw.TrFirewallRoutePolicyProps {
FirewallId: interface{},
PolicyDescription: interface{},
PolicyName: interface{},
PolicyType: interface{},
DestCandidateList: interface{},
SrcCandidateList: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FirewallId |
interface{} |
Property firewallId: The instance ID of the VPC firewall. |
PolicyDescription |
interface{} |
Property policyDescription: The description of the traffic redirection instance. |
PolicyName |
interface{} |
Property policyName: The name of the traffic redirection instance. |
PolicyType |
interface{} |
Property policyType: The type of the traffic redirection scenario of the VPC firewall. |
DestCandidateList |
interface{} |
Property destCandidateList: The secondary traffic redirection instances. |
SrcCandidateList |
interface{} |
Property srcCandidateList: The primary traffic redirection instances. |
FirewallId
Required
FirewallId interface{}
- Type: interface{}
Property firewallId: The instance ID of the VPC firewall.
PolicyDescription
Required
PolicyDescription interface{}
- Type: interface{}
Property policyDescription: The description of the traffic redirection instance.
PolicyName
Required
PolicyName interface{}
- Type: interface{}
Property policyName: The name of the traffic redirection instance.
PolicyType
Required
PolicyType interface{}
- Type: interface{}
Property policyType: The type of the traffic redirection scenario of the VPC firewall.
Valid values: fullmesh: interconnected instances one_to_one: instance to instance end_to_end: instance to instances
DestCandidateList
Optional
DestCandidateList interface{}
- Type: interface{}
Property destCandidateList: The secondary traffic redirection instances.
SrcCandidateList
Optional
SrcCandidateList interface{}
- Type: interface{}
Property srcCandidateList: The primary traffic redirection instances.