TrFirewallRoutePolicyProps
Properties for defining a TrFirewallRoutePolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-trfirewallroutepolicy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new TrFirewallRoutePolicyProps {
object FirewallId,
object PolicyDescription,
object PolicyName,
object PolicyType,
object DestCandidateList = null,
object SrcCandidateList = null
};
Properties
Name | Type | Description |
---|---|---|
FirewallId |
object |
Property firewallId: The instance ID of the VPC firewall. |
PolicyDescription |
object |
Property policyDescription: The description of the traffic redirection instance. |
PolicyName |
object |
Property policyName: The name of the traffic redirection instance. |
PolicyType |
object |
Property policyType: The type of the traffic redirection scenario of the VPC firewall. |
DestCandidateList |
object |
Property destCandidateList: The secondary traffic redirection instances. |
SrcCandidateList |
object |
Property srcCandidateList: The primary traffic redirection instances. |
FirewallId
Required
public object FirewallId { get; set; }
- Type: object
Property firewallId: The instance ID of the VPC firewall.
PolicyDescription
Required
public object PolicyDescription { get; set; }
- Type: object
Property policyDescription: The description of the traffic redirection instance.
PolicyName
Required
public object PolicyName { get; set; }
- Type: object
Property policyName: The name of the traffic redirection instance.
PolicyType
Required
public object PolicyType { get; set; }
- Type: object
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
public object DestCandidateList { get; set; }
- Type: object
Property destCandidateList: The secondary traffic redirection instances.
SrcCandidateList
Optional
public object SrcCandidateList { get; set; }
- Type: object
Property srcCandidateList: The primary traffic redirection instances.