Skip to content

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.ListDestCandidateListProperty> Property destCandidateList: The secondary traffic redirection instances.
srcCandidateList com.aliyun.ros.cdk.core.IResolvable OR java.util.ListSrcCandidateListProperty> Property srcCandidateList: The primary traffic redirection instances.

firewallIdRequired

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.


policyDescriptionRequired

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.


policyNameRequired

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.


policyTypeRequired

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


destCandidateListOptional

public java.lang.Object getDestCandidateList();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListDestCandidateListProperty>

Property destCandidateList: The secondary traffic redirection instances.


srcCandidateListOptional

public java.lang.Object getSrcCandidateList();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListSrcCandidateListProperty>

Property srcCandidateList: The primary traffic redirection instances.