pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.maxcompute.kotlin.outputs
/
ProjectIpWhiteList
Project
Ip
White
List
data
class
ProjectIpWhiteList
(
val
ipList
:
String
?
=
null
,
val
vpcIpList
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Project
Ip
White
List
Link copied to clipboard
fun
ProjectIpWhiteList
(
ipList
:
String
?
=
null
,
vpcIpList
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
List
Link copied to clipboard
val
ipList
:
String
?
=
null
Classic network IP white list.
vpc
Ip
List
Link copied to clipboard
val
vpcIpList
:
String
?
=
null
VPC network whitelist.