domainDnsIps

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


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