Project Ip White List Args
data class ProjectIpWhiteListArgs(val ipList: Output<String>? = null, val vpcIpList: Output<String>? = null) : ConvertibleToJava<ProjectIpWhiteListArgs>
Properties
Link copied to clipboard
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
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.