PublicIpAddressPoolsProps
Properties for defining a PublicIpAddressPools
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-publicipaddresspools
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.PublicIpAddressPoolsProps {
Isp: interface{},
PublicIpAddressPoolName: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Isp |
interface{} |
Property isp: The line type. |
PublicIpAddressPoolName |
interface{} |
Property publicIpAddressPoolName: The name of the IP address pool. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group to which the IP address pool belongs. |
Isp
Optional
Isp interface{}
- Type: interface{}
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
PublicIpAddressPoolName interface{}
- Type: interface{}
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
RefreshOptions interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group to which the IP address pool belongs.