tencentcloud.ElasticPublicIpv6
Explore with Pulumi AI
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:
- Address
Ip string - External network IP address.
- Address
Name string - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- Address
Type 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.
- Bandwidth
Package stringId - 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.
- Elastic
Public stringIpv6Id - ID of the resource.
- Internet
Charge stringType - 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 doubleBandwidth Out - 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 stringProvider - 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.
- Dictionary<string, string>
- Tags.
- Address
Ip string - External network IP address.
- Address
Name string - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- Address
Type 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.
- Bandwidth
Package stringId - 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.
- Elastic
Public stringIpv6Id - ID of the resource.
- Internet
Charge stringType - 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 float64Bandwidth Out - 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 stringProvider - 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.
- map[string]string
- Tags.
- address
Ip String - External network IP address.
- address
Name String - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- address
Type 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.
- bandwidth
Package StringId - 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.
- elastic
Public StringIpv6Id - ID of the resource.
- internet
Charge StringType - 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 DoubleBandwidth Out - 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 StringProvider - 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.
- Map<String,String>
- Tags.
- address
Ip string - External network IP address.
- address
Name string - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- address
Type 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.
- bandwidth
Package stringId - 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.
- elastic
Public stringIpv6Id - ID of the resource.
- internet
Charge stringType - 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 numberBandwidth Out - 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 stringProvider - 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.
- {[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_ strid - 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_ stripv6_ id - ID of the resource.
- internet_
charge_ strtype - 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_ floatbandwidth_ out - 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_ strprovider - 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.
- Mapping[str, str]
- Tags.
- address
Ip String - External network IP address.
- address
Name String - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- address
Type 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.
- bandwidth
Package StringId - 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.
- elastic
Public StringIpv6Id - ID of the resource.
- internet
Charge StringType - 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 NumberBandwidth Out - 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 StringProvider - 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.
- 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.
- Address
Ip string - External network IP address.
- Address
Name string - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- Address
Type 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.
- Bandwidth
Package stringId - 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.
- Elastic
Public stringIpv6Id - ID of the resource.
- Internet
Charge stringType - 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 doubleBandwidth Out - 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 stringProvider - 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.
- Dictionary<string, string>
- Tags.
- Address
Ip string - External network IP address.
- Address
Name string - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- Address
Type 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.
- Bandwidth
Package stringId - 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.
- Elastic
Public stringIpv6Id - ID of the resource.
- Internet
Charge stringType - 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 float64Bandwidth Out - 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 stringProvider - 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.
- map[string]string
- Tags.
- address
Ip String - External network IP address.
- address
Name String - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- address
Type 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.
- bandwidth
Package StringId - 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.
- elastic
Public StringIpv6Id - ID of the resource.
- internet
Charge StringType - 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 DoubleBandwidth Out - 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 StringProvider - 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.
- Map<String,String>
- Tags.
- address
Ip string - External network IP address.
- address
Name string - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- address
Type 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.
- bandwidth
Package stringId - 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.
- elastic
Public stringIpv6Id - ID of the resource.
- internet
Charge stringType - 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 numberBandwidth Out - 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 stringProvider - 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.
- {[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_ strid - 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_ stripv6_ id - ID of the resource.
- internet_
charge_ strtype - 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_ floatbandwidth_ out - 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_ strprovider - 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.
- Mapping[str, str]
- Tags.
- address
Ip String - External network IP address.
- address
Name String - EIP name, used to customize the personalized name of the EIP when applying for EIP. Default value: unnamed.
- address
Type 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.
- bandwidth
Package StringId - 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.
- elastic
Public StringIpv6Id - ID of the resource.
- internet
Charge StringType - 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 NumberBandwidth Out - 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 StringProvider - 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.
- 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.