ProjectIpWhiteList

data class ProjectIpWhiteList(val ipList: String? = null, val vpcIpList: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipList: String? = null

Set the IP address whitelist in the classic network. Only devices in the whitelist are allowed to access the project.

Link copied to clipboard
val vpcIpList: String? = null

Set the IP address whitelist in the VPC network to allow only devices in the whitelist to access the project space.