ProjectIpWhiteListArgs

data class ProjectIpWhiteListArgs(val ipList: Output<String>? = null, val vpcIpList: Output<String>? = null) : ConvertibleToJava<ProjectIpWhiteListArgs>

Constructors

Link copied to clipboard
constructor(ipList: Output<String>? = null, vpcIpList: Output<String>? = null)

Properties

Link copied to clipboard
val ipList: Output<String>? = null

Set the IP address whitelist in the classic network. Only devices in the whitelist are allowed to access the project.>NOTE: If you only configure a classic network IP address whitelist, access to the classic network is restricted and all access to the VPC is prohibited.

Link copied to clipboard
val vpcIpList: Output<String>? = null

Set the IP address whitelist in the VPC network to allow only devices in the whitelist to access the project space.>NOTE: If you only configure a VPC network IP address whitelist, access to the VPC network is restricted and access to the classic network is prohibited.

Functions

Link copied to clipboard
open override fun toJava(): ProjectIpWhiteListArgs