Viewing docs for tencentcloud 1.82.91
published on Friday, May 1, 2026 by tencentcloudstack
published on Friday, May 1, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.82.91
published on Friday, May 1, 2026 by tencentcloudstack
published on Friday, May 1, 2026 by tencentcloudstack
Create VpcIpv6EniAddress Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VpcIpv6EniAddress(name: string, args: VpcIpv6EniAddressArgs, opts?: CustomResourceOptions);@overload
def VpcIpv6EniAddress(resource_name: str,
args: VpcIpv6EniAddressArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VpcIpv6EniAddress(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_interface_id: Optional[str] = None,
vpc_id: Optional[str] = None,
ipv6_addresses: Optional[Sequence[VpcIpv6EniAddressIpv6AddressArgs]] = None,
vpc_ipv6_eni_address_id: Optional[str] = None)func NewVpcIpv6EniAddress(ctx *Context, name string, args VpcIpv6EniAddressArgs, opts ...ResourceOption) (*VpcIpv6EniAddress, error)public VpcIpv6EniAddress(string name, VpcIpv6EniAddressArgs args, CustomResourceOptions? opts = null)
public VpcIpv6EniAddress(String name, VpcIpv6EniAddressArgs args)
public VpcIpv6EniAddress(String name, VpcIpv6EniAddressArgs args, CustomResourceOptions options)
type: tencentcloud:VpcIpv6EniAddress
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 VpcIpv6EniAddressArgs
- 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 VpcIpv6EniAddressArgs
- 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 VpcIpv6EniAddressArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VpcIpv6EniAddressArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VpcIpv6EniAddressArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
VpcIpv6EniAddress 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 VpcIpv6EniAddress resource accepts the following input properties:
- Network
Interface stringId - ENI instance
ID, in the form ofeni-m6dyj72l. - Vpc
Id string - VPC
ID, in the form ofvpc-m6dyj72l. - Ipv6Addresses
List<Vpc
Ipv6Eni Address Ipv6Address> - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - Vpc
Ipv6Eni stringAddress Id
- Network
Interface stringId - ENI instance
ID, in the form ofeni-m6dyj72l. - Vpc
Id string - VPC
ID, in the form ofvpc-m6dyj72l. - Ipv6Addresses
[]Vpc
Ipv6Eni Address Ipv6Address Args - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - Vpc
Ipv6Eni stringAddress Id
- network
Interface StringId - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc
Id String - VPC
ID, in the form ofvpc-m6dyj72l. - ipv6Addresses
List<Vpc
Ipv6Eni Address Ipv6Address> - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - vpc
Ipv6Eni StringAddress Id
- network
Interface stringId - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc
Id string - VPC
ID, in the form ofvpc-m6dyj72l. - ipv6Addresses
Vpc
Ipv6Eni Address Ipv6Address[] - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - vpc
Ipv6Eni stringAddress Id
- network_
interface_ strid - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc_
id str - VPC
ID, in the form ofvpc-m6dyj72l. - ipv6_
addresses Sequence[VpcIpv6Eni Address Ipv6Address Args] - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - vpc_
ipv6_ streni_ address_ id
- network
Interface StringId - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc
Id String - VPC
ID, in the form ofvpc-m6dyj72l. - ipv6Addresses List<Property Map>
- The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - vpc
Ipv6Eni StringAddress Id
Outputs
All input properties are implicitly available as output properties. Additionally, the VpcIpv6EniAddress 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 VpcIpv6EniAddress Resource
Get an existing VpcIpv6EniAddress 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?: VpcIpv6EniAddressState, opts?: CustomResourceOptions): VpcIpv6EniAddress@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ipv6_addresses: Optional[Sequence[VpcIpv6EniAddressIpv6AddressArgs]] = None,
network_interface_id: Optional[str] = None,
vpc_id: Optional[str] = None,
vpc_ipv6_eni_address_id: Optional[str] = None) -> VpcIpv6EniAddressfunc GetVpcIpv6EniAddress(ctx *Context, name string, id IDInput, state *VpcIpv6EniAddressState, opts ...ResourceOption) (*VpcIpv6EniAddress, error)public static VpcIpv6EniAddress Get(string name, Input<string> id, VpcIpv6EniAddressState? state, CustomResourceOptions? opts = null)public static VpcIpv6EniAddress get(String name, Output<String> id, VpcIpv6EniAddressState state, CustomResourceOptions options)resources: _: type: tencentcloud:VpcIpv6EniAddress 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.
- Ipv6Addresses
List<Vpc
Ipv6Eni Address Ipv6Address> - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - Network
Interface stringId - ENI instance
ID, in the form ofeni-m6dyj72l. - Vpc
Id string - VPC
ID, in the form ofvpc-m6dyj72l. - Vpc
Ipv6Eni stringAddress Id
- Ipv6Addresses
[]Vpc
Ipv6Eni Address Ipv6Address Args - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - Network
Interface stringId - ENI instance
ID, in the form ofeni-m6dyj72l. - Vpc
Id string - VPC
ID, in the form ofvpc-m6dyj72l. - Vpc
Ipv6Eni stringAddress Id
- ipv6Addresses
List<Vpc
Ipv6Eni Address Ipv6Address> - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - network
Interface StringId - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc
Id String - VPC
ID, in the form ofvpc-m6dyj72l. - vpc
Ipv6Eni StringAddress Id
- ipv6Addresses
Vpc
Ipv6Eni Address Ipv6Address[] - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - network
Interface stringId - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc
Id string - VPC
ID, in the form ofvpc-m6dyj72l. - vpc
Ipv6Eni stringAddress Id
- ipv6_
addresses Sequence[VpcIpv6Eni Address Ipv6Address Args] - The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - network_
interface_ strid - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc_
id str - VPC
ID, in the form ofvpc-m6dyj72l. - vpc_
ipv6_ streni_ address_ id
- ipv6Addresses List<Property Map>
- The specified
IPv6address list, up to 10 can be specified at a time. Combined with the input parameterIpv6AddressCountto calculate the quota. Mandatory one with Ipv6AddressCount. - network
Interface StringId - ENI instance
ID, in the form ofeni-m6dyj72l. - vpc
Id String - VPC
ID, in the form ofvpc-m6dyj72l. - vpc
Ipv6Eni StringAddress Id
Supporting Types
VpcIpv6EniAddressIpv6Address, VpcIpv6EniAddressIpv6AddressArgs
- Address string
IPv6address, in the form of:3402:4e00:20:100:0:8cd9:2a67:71f3.- Address
Id string EIPinstanceID, such as:eip-hxlqja90.- Description string
- Description.
- Is
Wan boolIp Blocked - Whether the public network IP is blocked.
- Primary bool
- Whether to master
IP. - State string
IPv6address status:PENDING: pending,MIGRATING: migrating,DELETING: deleting,AVAILABLE: available.
- Address string
IPv6address, in the form of:3402:4e00:20:100:0:8cd9:2a67:71f3.- Address
Id string EIPinstanceID, such as:eip-hxlqja90.- Description string
- Description.
- Is
Wan boolIp Blocked - Whether the public network IP is blocked.
- Primary bool
- Whether to master
IP. - State string
IPv6address status:PENDING: pending,MIGRATING: migrating,DELETING: deleting,AVAILABLE: available.
- address String
IPv6address, in the form of:3402:4e00:20:100:0:8cd9:2a67:71f3.- address
Id String EIPinstanceID, such as:eip-hxlqja90.- description String
- Description.
- is
Wan BooleanIp Blocked - Whether the public network IP is blocked.
- primary Boolean
- Whether to master
IP. - state String
IPv6address status:PENDING: pending,MIGRATING: migrating,DELETING: deleting,AVAILABLE: available.
- address string
IPv6address, in the form of:3402:4e00:20:100:0:8cd9:2a67:71f3.- address
Id string EIPinstanceID, such as:eip-hxlqja90.- description string
- Description.
- is
Wan booleanIp Blocked - Whether the public network IP is blocked.
- primary boolean
- Whether to master
IP. - state string
IPv6address status:PENDING: pending,MIGRATING: migrating,DELETING: deleting,AVAILABLE: available.
- address str
IPv6address, in the form of:3402:4e00:20:100:0:8cd9:2a67:71f3.- address_
id str EIPinstanceID, such as:eip-hxlqja90.- description str
- Description.
- is_
wan_ boolip_ blocked - Whether the public network IP is blocked.
- primary bool
- Whether to master
IP. - state str
IPv6address status:PENDING: pending,MIGRATING: migrating,DELETING: deleting,AVAILABLE: available.
- address String
IPv6address, in the form of:3402:4e00:20:100:0:8cd9:2a67:71f3.- address
Id String EIPinstanceID, such as:eip-hxlqja90.- description String
- Description.
- is
Wan BooleanIp Blocked - Whether the public network IP is blocked.
- primary Boolean
- Whether to master
IP. - state String
IPv6address status:PENDING: pending,MIGRATING: migrating,DELETING: deleting,AVAILABLE: available.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
Viewing docs for tencentcloud 1.82.91
published on Friday, May 1, 2026 by tencentcloudstack
published on Friday, May 1, 2026 by tencentcloudstack
