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.

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.

Functions

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