InstanceIpWhitelist

data class InstanceIpWhitelist(val ipGroupAttribute: String? = null, val ipGroupName: String? = null, val securityIpList: String)

Constructors

Link copied to clipboard
fun InstanceIpWhitelist(ipGroupAttribute: String? = null, ipGroupName: String? = null, securityIpList: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of this parameter is empty by default. The attribute of the whitelist group. The console does not display the whitelist group whose value of this parameter is hidden.

Link copied to clipboard
val ipGroupName: String? = null

IP whitelist group name

Link copied to clipboard

Field security_ip_list has been deprecated from provider version 1.187.0. New field ip_whitelist instead.