toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin
/
Ipv6AddressArgs
/
Ipv6AddressArgs
Ipv6Address
Args
constructor
(
addressType
:
Output
<
String
>
?
=
null
,
ipv6Address
:
Output
<
String
>
?
=
null
,
ipv6AddressDescription
:
Output
<
String
>
?
=
null
,
ipv6AddressName
:
Output
<
String
>
?
=
null
,
resourceGroupId
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
vswitchId
:
Output
<
String
>
?
=
null
)