TrFirewallRoutePolicyProps
Properties for defining a TrFirewallRoutePolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-trfirewallroutepolicy
Initializer
import com.aliyun.ros.cdk.cloudfw.TrFirewallRoutePolicyProps;
TrFirewallRoutePolicyProps.builder()
.firewallId(java.lang.String)
.firewallId(IResolvable)
.policyDescription(java.lang.String)
.policyDescription(IResolvable)
.policyName(java.lang.String)
.policyName(IResolvable)
.policyType(java.lang.String)
.policyType(IResolvable)
// .destCandidateList(IResolvable)
// .destCandidateList(java.util.List<IResolvable)
// .destCandidateList(DestCandidateListProperty>)
// .srcCandidateList(IResolvable)
// .srcCandidateList(java.util.List<IResolvable)
// .srcCandidateList(SrcCandidateListProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
firewallId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property firewallId: The instance ID of the VPC firewall. |
policyDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property policyDescription: The description of the traffic redirection instance. |
policyName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property policyName: The name of the traffic redirection instance. |
policyType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property policyType: The type of the traffic redirection scenario of the VPC firewall. |
destCandidateList |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property destCandidateList: The secondary traffic redirection instances. |
srcCandidateList |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property srcCandidateList: The primary traffic redirection instances. |
firewallId
Required
public java.lang.Object getFirewallId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property firewallId: The instance ID of the VPC firewall.
policyDescription
Required
public java.lang.Object getPolicyDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property policyDescription: The description of the traffic redirection instance.
policyName
Required
public java.lang.Object getPolicyName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property policyName: The name of the traffic redirection instance.
policyType
Required
public java.lang.Object getPolicyType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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 java.lang.Object getDestCandidateList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
DestCandidateListProperty>
Property destCandidateList: The secondary traffic redirection instances.
srcCandidateList
Optional
public java.lang.Object getSrcCandidateList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
SrcCandidateListProperty>
Property srcCandidateList: The primary traffic redirection instances.