toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin
/
PublicIpAddressPoolArgs
/
PublicIpAddressPoolArgs
Public
Ip
Address
Pool
Args
constructor
(
bizType
:
Output
<
String
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
isp
:
Output
<
String
>
?
=
null
,
publicIpAddressPoolName
:
Output
<
String
>
?
=
null
,
resourceGroupId
:
Output
<
String
>
?
=
null
,
securityProtectionTypes
:
Output
<
List
<
String
>
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)