1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. ElasticPublicIpv6
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.ElasticPublicIpv6

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Provides a resource to create a vpc elastic_public_ipv6

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const elasticPublicIpv6 = new tencentcloud.ElasticPublicIpv6("elasticPublicIpv6", {
        addressName: "test",
        internetMaxBandwidthOut: 1,
        tags: {
            test1key: "test1value",
        },
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    elastic_public_ipv6 = tencentcloud.ElasticPublicIpv6("elasticPublicIpv6",
        address_name="test",
        internet_max_bandwidth_out=1,
        tags={
            "test1key": "test1value",
        })
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.NewElasticPublicIpv6(ctx, "elasticPublicIpv6", &tencentcloud.ElasticPublicIpv6Args{
    			AddressName:             pulumi.String("test"),
    			InternetMaxBandwidthOut: pulumi.Float64(1),
    			Tags: pulumi.StringMap{
    				"test1key": pulumi.String("test1value"),
    			},
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var elasticPublicIpv6 = new Tencentcloud.ElasticPublicIpv6("elasticPublicIpv6", new()
        {
            AddressName = "test",
            InternetMaxBandwidthOut = 1,
            Tags = 
            {
                { "test1key", "test1value" },
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.ElasticPublicIpv6;
    import com.pulumi.tencentcloud.ElasticPublicIpv6Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var elasticPublicIpv6 = new ElasticPublicIpv6("elasticPublicIpv6", ElasticPublicIpv6Args.builder()
                .addressName("test")
                .internetMaxBandwidthOut(1)
                .tags(Map.of("test1key", "test1value"))
                .build());
    
        }
    }
    
    resources:
      elasticPublicIpv6:
        type: tencentcloud:ElasticPublicIpv6
        properties:
          addressName: test
          internetMaxBandwidthOut: 1
          tags:
            test1key: test1value
    

    Create ElasticPublicIpv6 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ElasticPublicIpv6(name: string, args?: ElasticPublicIpv6Args, opts?: CustomResourceOptions);
    @overload
    def ElasticPublicIpv6(resource_name: str,
                          args: Optional[ElasticPublicIpv6Args] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ElasticPublicIpv6(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          address_ip: Optional[str] = None,
                          address_name: Optional[str] = None,
                          address_type: Optional[str] = None,
                          bandwidth_package_id: Optional[str] = None,
                          egress: Optional[str] = None,
                          elastic_public_ipv6_id: Optional[str] = None,
                          internet_charge_type: Optional[str] = None,
                          internet_max_bandwidth_out: Optional[float] = None,
                          internet_service_provider: Optional[str] = None,
                          tags: Optional[Mapping[str, str]] = None)
    func NewElasticPublicIpv6(ctx *Context, name string, args *ElasticPublicIpv6Args, opts ...ResourceOption) (*ElasticPublicIpv6, error)
    public ElasticPublicIpv6(string name, ElasticPublicIpv6Args? args = null, CustomResourceOptions? opts = null)
    public ElasticPublicIpv6(String name, ElasticPublicIpv6Args args)
    public ElasticPublicIpv6(String name, ElasticPublicIpv6Args args, CustomResourceOptions options)
    
    type: tencentcloud:ElasticPublicIpv6
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ElasticPublicIpv6Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ElasticPublicIpv6Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ElasticPublicIpv6Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ElasticPublicIpv6Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ElasticPublicIpv6Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ElasticPublicIpv6 Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ElasticPublicIpv6 resource accepts the following input properties:

    AddressIp string
    External network IP address.
    AddressName string
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    AddressType string
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    BandwidthPackageId string
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    Egress string
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    ElasticPublicIpv6Id string
    ID of the resource.
    InternetChargeType string
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    InternetMaxBandwidthOut double
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    InternetServiceProvider string
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    Tags Dictionary<string, string>
    Tags.
    AddressIp string
    External network IP address.
    AddressName string
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    AddressType string
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    BandwidthPackageId string
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    Egress string
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    ElasticPublicIpv6Id string
    ID of the resource.
    InternetChargeType string
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    InternetMaxBandwidthOut float64
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    InternetServiceProvider string
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    Tags map[string]string
    Tags.
    addressIp String
    External network IP address.
    addressName String
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    addressType String
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidthPackageId String
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress String
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elasticPublicIpv6Id String
    ID of the resource.
    internetChargeType String
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internetMaxBandwidthOut Double
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internetServiceProvider String
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags Map<String,String>
    Tags.
    addressIp string
    External network IP address.
    addressName string
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    addressType string
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidthPackageId string
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress string
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elasticPublicIpv6Id string
    ID of the resource.
    internetChargeType string
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internetMaxBandwidthOut number
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internetServiceProvider string
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags {[key: string]: string}
    Tags.
    address_ip str
    External network IP address.
    address_name str
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    address_type str
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidth_package_id str
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress str
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elastic_public_ipv6_id str
    ID of the resource.
    internet_charge_type str
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internet_max_bandwidth_out float
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internet_service_provider str
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags Mapping[str, str]
    Tags.
    addressIp String
    External network IP address.
    addressName String
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    addressType String
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidthPackageId String
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress String
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elasticPublicIpv6Id String
    ID of the resource.
    internetChargeType String
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internetMaxBandwidthOut Number
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internetServiceProvider String
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags Map<String>
    Tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ElasticPublicIpv6 resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ElasticPublicIpv6 Resource

    Get an existing ElasticPublicIpv6 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ElasticPublicIpv6State, opts?: CustomResourceOptions): ElasticPublicIpv6
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            address_ip: Optional[str] = None,
            address_name: Optional[str] = None,
            address_type: Optional[str] = None,
            bandwidth_package_id: Optional[str] = None,
            egress: Optional[str] = None,
            elastic_public_ipv6_id: Optional[str] = None,
            internet_charge_type: Optional[str] = None,
            internet_max_bandwidth_out: Optional[float] = None,
            internet_service_provider: Optional[str] = None,
            tags: Optional[Mapping[str, str]] = None) -> ElasticPublicIpv6
    func GetElasticPublicIpv6(ctx *Context, name string, id IDInput, state *ElasticPublicIpv6State, opts ...ResourceOption) (*ElasticPublicIpv6, error)
    public static ElasticPublicIpv6 Get(string name, Input<string> id, ElasticPublicIpv6State? state, CustomResourceOptions? opts = null)
    public static ElasticPublicIpv6 get(String name, Output<String> id, ElasticPublicIpv6State state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:ElasticPublicIpv6    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AddressIp string
    External network IP address.
    AddressName string
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    AddressType string
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    BandwidthPackageId string
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    Egress string
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    ElasticPublicIpv6Id string
    ID of the resource.
    InternetChargeType string
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    InternetMaxBandwidthOut double
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    InternetServiceProvider string
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    Tags Dictionary<string, string>
    Tags.
    AddressIp string
    External network IP address.
    AddressName string
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    AddressType string
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    BandwidthPackageId string
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    Egress string
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    ElasticPublicIpv6Id string
    ID of the resource.
    InternetChargeType string
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    InternetMaxBandwidthOut float64
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    InternetServiceProvider string
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    Tags map[string]string
    Tags.
    addressIp String
    External network IP address.
    addressName String
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    addressType String
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidthPackageId String
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress String
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elasticPublicIpv6Id String
    ID of the resource.
    internetChargeType String
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internetMaxBandwidthOut Double
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internetServiceProvider String
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags Map<String,String>
    Tags.
    addressIp string
    External network IP address.
    addressName string
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    addressType string
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidthPackageId string
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress string
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elasticPublicIpv6Id string
    ID of the resource.
    internetChargeType string
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internetMaxBandwidthOut number
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internetServiceProvider string
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags {[key: string]: string}
    Tags.
    address_ip str
    External network IP address.
    address_name str
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    address_type str
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidth_package_id str
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress str
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elastic_public_ipv6_id str
    ID of the resource.
    internet_charge_type str
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internet_max_bandwidth_out float
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internet_service_provider str
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags Mapping[str, str]
    Tags.
    addressIp String
    External network IP address.
    addressName String
    EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
    addressType String
    Elastic IPv6 type, optional values:

    • EIPv6: Ordinary IPv6
    • HighQualityEIPv6: Premium IPv6 Note: You need to contact the product to open a premium IPv6 white list, and only some regions support premium IPv6 Default value: EIPv6.
    bandwidthPackageId String
    Bandwidth packet unique ID parameter. If this parameter is set and the InternetChargeType is BANDWIDTH_PACKAGE, it means that the EIP created is added to the BGP bandwidth packet and the bandwidth packet is charged.
    egress String
    Elastic IPv6 network exit, optional values:

    • CENTER_EGRESS_1: Center Exit 1
    • CENTER_EGRESS_2: Center Exit 2
    • CENTER_EGRESS_3: Center Exit 3 Note: Network exports corresponding to different operators or resource types need to contact the product for clarification Default value: CENTER_EGRESS_1.
    elasticPublicIpv6Id String
    ID of the resource.
    internetChargeType String
    Elastic IPv6 charging method, optional values:

    • BANDWIDTH_PACKAGE: Payment for Shared Bandwidth Package
    • TRAFFIC_POSTPAID_BY_HOUR: Traffic is paid by the hour Default value: TRAFFIC_POSTPAID_BY_HOUR.
    internetMaxBandwidthOut Number
    Elastic IPv6 bandwidth limit in Mbps. The range of selectable values depends on the EIP billing method:

    • BANDWIDTH_PACKAGE: 1 Mbps to 2000 Mbps
    • TRAFFIC_POSTPAID_BY_HOUR: 1 Mbps to 100 Mbps Default value: 1 Mbps.
    internetServiceProvider String
    Elastic IPv6 line type, default value: BGP. For users who have activated a static single-line IP whitelist, selectable values:

    • CMCC: China Mobile
    • CTCC: China Telecom
    • CUCC: China Unicom Note: Static single-wire IP is only supported in some regions.
    tags Map<String>
    Tags.

    Import

    vpc elastic_public_ipv6 can be imported using the id, e.g.

    $ pulumi import tencentcloud:index/elasticPublicIpv6:ElasticPublicIpv6 elastic_public_ipv6 elastic_public_ipv6_id
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack