Skip to content

AssignIpv6AddressesProps

Properties for defining a AssignIpv6Addresses.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-assignipv6addresses

Initializer

import ros_cdk_ecs
ros_cdk_ecs.AssignIpv6AddressesProps(
  network_interface_id: typing.Union[str, IResolvable],
  ipv6_address_count: typing.Union[typing.Union[int, float], IResolvable] = None,
  ipv6_addresses: typing.Union[typing.List[typing.Any], IResolvable] = None
)

Properties

Name Type Description
network_interface_id typing.Union[str, ros_cdk_core.IResolvable] Property networkInterfaceId: Elastic network interface ID.
ipv6_address_count typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property ipv6AddressCount: IPv6 addresses specified number of randomly generated interfaces elasticity.
ipv6_addresses typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable] Property ipv6Addresses: Specify one or more IPv6 addresses for the elastic NIC.

network_interface_idRequired

network_interface_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property networkInterfaceId: Elastic network interface ID.


ipv6_address_countOptional

ipv6_address_count: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property ipv6AddressCount: IPv6 addresses specified number of randomly generated interfaces elasticity.

Note You cannot specify the parameters Ipv6Addresses and Ipv6AddressCount at the same time.


ipv6_addressesOptional

ipv6_addresses: typing.Union[typing.List[typing.Any], IResolvable]
  • Type: typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable]

Property ipv6Addresses: Specify one or more IPv6 addresses for the elastic NIC.

Currently, the maximum list size is 1. Example value: 2001:db8:1234:1a00::*** . Note You cannot specify the parameters Ipv6Addresses and Ipv6AddressCount at the same time.