authorizedNetworks

@JvmName(name = "uluxgvudmgfmlyyd")
suspend fun authorizedNetworks(value: Output<List<String>>)
@JvmName(name = "aptdcpxvgrloxhln")
suspend fun authorizedNetworks(value: List<String>?)

Parameters

value

Optional. The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#networks the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in authorized_networks. If CIDR subnets overlap between networks, domain creation will fail.


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


@JvmName(name = "mpumegsbwgcsckvl")
suspend fun authorizedNetworks(values: List<Output<String>>)
@JvmName(name = "wpliajamgehedfob")
suspend fun authorizedNetworks(vararg values: String)

Parameters

values

Optional. The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#networks the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in authorized_networks. If CIDR subnets overlap between networks, domain creation will fail.