PublicIpAddressPoolsProps
Properties for defining a PublicIpAddressPools
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-publicipaddresspools
Initializer
import com.aliyun.ros.cdk.vpc.datasource.PublicIpAddressPoolsProps;
PublicIpAddressPoolsProps.builder()
// .isp(java.lang.String)
// .isp(IResolvable)
// .publicIpAddressPoolName(java.lang.String)
// .publicIpAddressPoolName(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
isp |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property isp: The line type. |
publicIpAddressPoolName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property publicIpAddressPoolName: The name of the IP address pool. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the resource group to which the IP address pool belongs. |
isp
Optional
public java.lang.Object getIsp();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property isp: The line type.
Valid values: BGP (default): BGP (Multi-ISP) lines BGP_PRO: BGP (Multi-ISP) Pro lines For more information about BGP (Multi-ISP) and BGP (Multi-ISP) Pro, see EIP line types. If you are allowed to use single-ISP bandwidth, you can also choose one of the following values: ChinaTelecom: China Telecom ChinaUnicom: China Unicom ChinaMobile: China Mobile ChinaTelecom_L2: China Telecom L2 ChinaUnicom_L2: China Unicom L2 ChinaMobile_L2: China Mobile L2 If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to BGP_FinanceCloud.
publicIpAddressPoolName
Optional
public java.lang.Object getPublicIpAddressPoolName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property publicIpAddressPoolName: The name of the IP address pool.
This parameter is optional. The name must be 1 to 128 characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter but cannot start with http:// or https://.
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group to which the IP address pool belongs.