Skip to content

PublicIpAddressPoolsProps

Properties for defining a PublicIpAddressPools.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-publicipaddresspools

Initializer

import { datasource } from '@alicloud/ros-cdk-vpc'
const publicIpAddressPoolsProps: datasource.PublicIpAddressPoolsProps = { ... }

Properties

Name Type Description
isp string | @alicloud/ros-cdk-core.IResolvable Property isp: The line type.
publicIpAddressPoolName string | @alicloud/ros-cdk-core.IResolvable Property publicIpAddressPoolName: The name of the IP address pool.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group to which the IP address pool belongs.

ispOptional

public readonly isp: string | IResolvable;
  • Type: string | @alicloud/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.


publicIpAddressPoolNameOptional

public readonly publicIpAddressPoolName: string | IResolvable;
  • Type: string | @alicloud/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:\/\/.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/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.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: The ID of the resource group to which the IP address pool belongs.