domainDnsIps

@JvmName(name = "wihuwevvpdcotqgn")
suspend fun domainDnsIps(value: Output<List<String>>)
@JvmName(name = "iolxgwpewrosfiyk")
suspend fun domainDnsIps(value: List<String>?)

Parameters

value

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers. Constraints: + Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the primary domain controller for both entries in the list. Example: `123.124.125.126,234.235.236.237`


@JvmName(name = "tyxywkspxdrjcxun")
suspend fun domainDnsIps(vararg values: Output<String>)


@JvmName(name = "jygtrmupklvpndtw")
suspend fun domainDnsIps(values: List<Output<String>>)
@JvmName(name = "afvjypgwpfpxqndq")
suspend fun domainDnsIps(vararg values: String)

Parameters

values

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers. Constraints: + Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the primary domain controller for both entries in the list. Example: `123.124.125.126,234.235.236.237`