FwSwitchProps
Properties for defining a FwSwitch
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-fwswitch
Initializer
import com.aliyun.ros.cdk.cloudfw.FwSwitchProps;
FwSwitchProps.builder()
// .ipaddrList(java.util.List<java.lang.Object>)
// .ipaddrList(IResolvable)
// .regionList(java.util.List<java.lang.Object>)
// .regionList(IResolvable)
// .resourceTypeList(java.util.List<java.lang.Object>)
// .resourceTypeList(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
ipaddrList |
java.util.List |
Property ipaddrList: The IP address list. |
regionList |
java.util.List |
Property regionList: The region list. |
resourceTypeList |
java.util.List |
Property resourceTypeList: The asset type list. |
ipaddrList
Optional
public java.lang.Object getIpaddrList();
- Type: java.util.List
OR com.aliyun.ros.cdk.core.IResolvable
Property ipaddrList: The IP address list.
Note: The IpaddrList, RegionList, and ResourceTypeList arguments are not allowed to be empty at the same time. A value must be set for one of the three arguments.
regionList
Optional
public java.lang.Object getRegionList();
- Type: java.util.List
OR com.aliyun.ros.cdk.core.IResolvable
Property regionList: The region list.
Note: The IpaddrList, RegionList, and ResourceTypeList arguments are not allowed to be empty at the same time. A value must be set for one of the three arguments.
resourceTypeList
Optional
public java.lang.Object getResourceTypeList();
- Type: java.util.List
OR com.aliyun.ros.cdk.core.IResolvable
Property resourceTypeList: The asset type list.
Valid values:
- BastionHostIP: Bastion machine exit IP.
- BastionHostIngressIP: The entrance IP of the fortress machine.
- EcsEIP: ECS EIP.
- EcsPublicIP: ECS public network IP.
- EIP: Elastic Public IP.
- EniEIP: Elastic Network card EIP.
- NatEIP: NAT EIP.
- SlbEIP: SLB EIP.
- SlbPublicIP: SLB public network IP.
- NatPublicIP: NAT public IP
- HAVIP: High Availability Virtual IP. Note: The IpaddrList, RegionList, and ResourceTypeList arguments are not allowed to be empty at the same time. A value must be set for one of the three arguments.