candidateSubnets

@JvmName(name = "wdefohvinqabfsyj")
suspend fun candidateSubnets(value: Output<List<String>>)
@JvmName(name = "xnyawfdnumbmjuhb")
suspend fun candidateSubnets(value: List<String>?)

Parameters

value

Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.


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


@JvmName(name = "nhitptjsdtsavicb")
suspend fun candidateSubnets(values: List<Output<String>>)
@JvmName(name = "aftasmcnbqmoyhwn")
suspend fun candidateSubnets(vararg values: String)

Parameters

values

Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.