TrFirewallProps
Properties for defining a TrFirewall
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-trfirewall
Initializer
import { TrFirewallProps } from '@alicloud/ros-cdk-cloudfw'
const trFirewallProps: TrFirewallProps = { ... }
Properties
Name | Type | Description |
---|---|---|
cenId |
string | @alicloud/ros-cdk-core.IResolvable |
Property cenId: The ID of the Cloud Enterprise Network (CEN) instance. |
firewallName |
string | @alicloud/ros-cdk-core.IResolvable |
Property firewallName: The name of the firewall. |
regionNo |
string | @alicloud/ros-cdk-core.IResolvable |
Property regionNo: The region ID of the route router. |
routeMode |
string | @alicloud/ros-cdk-core.IResolvable |
Property routeMode: The routing mode of the VPC firewall. |
transitRouterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property transitRouterId: The ID of the transit router. |
firewallDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property firewallDescription: The description of the firewall. |
firewallSubnetCidr |
string | @alicloud/ros-cdk-core.IResolvable |
Property firewallSubnetCidr: The subnet CIDR block of the VPC in which the ENI of the firewall is stored in automatic mode. |
firewallVpcCidr |
string | @alicloud/ros-cdk-core.IResolvable |
Property firewallVpcCidr: The CIDR block that is allocated to the VPC created for the VPC firewall in automatic mode. |
firewallVpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property firewallVpcId: The ID of the VPC in which the ENI associated with the VPC firewall is created in manual mode. |
firewallVswitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property firewallVswitchId: The ID of the vSwitch that is used to create the ENI in manual mode. |
trAttachmentMasterCidr |
string | @alicloud/ros-cdk-core.IResolvable |
Property trAttachmentMasterCidr: The primary subnet CIDR block that the VPC uses to connect to the transit router in automatic mode. |
trAttachmentMasterZone |
string | @alicloud/ros-cdk-core.IResolvable |
Property trAttachmentMasterZone: The primary zone for the vSwitch. |
trAttachmentSlaveCidr |
string | @alicloud/ros-cdk-core.IResolvable |
Property trAttachmentSlaveCidr: The secondary subnet CIDR block that the VPC uses to connect to the transit router in automatic mode. |
trAttachmentSlaveZone |
string | @alicloud/ros-cdk-core.IResolvable |
Property trAttachmentSlaveZone: The secondary zone for the vSwitch. |
cenId
Required
public readonly cenId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.
firewallName
Required
public readonly firewallName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property firewallName: The name of the firewall.
regionNo
Required
public readonly regionNo: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property regionNo: The region ID of the route router.
routeMode
Required
public readonly routeMode: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property routeMode: The routing mode of the VPC firewall.
Valid values: managed: automatic mode manual: manual mode
transitRouterId
Required
public readonly transitRouterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property transitRouterId: The ID of the transit router.
firewallDescription
Optional
public readonly firewallDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property firewallDescription: The description of the firewall.
firewallSubnetCidr
Optional
public readonly firewallSubnetCidr: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property firewallSubnetCidr: The subnet CIDR block of the VPC in which the ENI of the firewall is stored in automatic mode.
firewallVpcCidr
Optional
public readonly firewallVpcCidr: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property firewallVpcCidr: The CIDR block that is allocated to the VPC created for the VPC firewall in automatic mode.
firewallVpcId
Optional
public readonly firewallVpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property firewallVpcId: The ID of the VPC in which the ENI associated with the VPC firewall is created in manual mode.
firewallVswitchId
Optional
public readonly firewallVswitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property firewallVswitchId: The ID of the vSwitch that is used to create the ENI in manual mode.
trAttachmentMasterCidr
Optional
public readonly trAttachmentMasterCidr: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property trAttachmentMasterCidr: The primary subnet CIDR block that the VPC uses to connect to the transit router in automatic mode.
trAttachmentMasterZone
Optional
public readonly trAttachmentMasterZone: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property trAttachmentMasterZone: The primary zone for the vSwitch.
trAttachmentSlaveCidr
Optional
public readonly trAttachmentSlaveCidr: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property trAttachmentSlaveCidr: The secondary subnet CIDR block that the VPC uses to connect to the transit router in automatic mode.
trAttachmentSlaveZone
Optional
public readonly trAttachmentSlaveZone: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property trAttachmentSlaveZone: The secondary zone for the vSwitch.