authorizedNetworks

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

Parameters

value

Optional. The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#networks to which the instance is connected. Network can be added using UpdateDomain later. Domain is only available on network part of authorized_networks. Caller needs to make sure that CIDR subnets do not overlap between networks, else domain creation will fail.


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


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

Parameters

values

Optional. The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#networks to which the instance is connected. Network can be added using UpdateDomain later. Domain is only available on network part of authorized_networks. Caller needs to make sure that CIDR subnets do not overlap between networks, else domain creation will fail.