domainDnsIps

@JvmName(name = "ryfbyrdhnqmoeuhq")
suspend fun domainDnsIps(value: Output<List<String>>)
@JvmName(name = "tacoxcofacpnmadq")
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 = "xiagixxwhwkbbjyo")
suspend fun domainDnsIps(vararg values: Output<String>)


@JvmName(name = "wwlkstyerlgahsns")
suspend fun domainDnsIps(values: List<Output<String>>)
@JvmName(name = "qekqfiuayyrsenff")
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`