secondaryIpRanges

@JvmName(name = "lcswtrtfvsqkdtrv")
suspend fun secondaryIpRanges(value: Output<List<SubnetworkSecondaryIpRangeArgs>>)
@JvmName(name = "oxfbupusvpusvboh")
suspend fun secondaryIpRanges(value: List<SubnetworkSecondaryIpRangeArgs>?)

Parameters

value

An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. Note: This field uses attr-as-block mode to avoid breaking users during the 0.12 upgrade. To explicitly send a list of zero objects you must use the following syntax: 'example=[]' For more details about this behavior, see [this

  • section](https://www.terraform.io/docs/configuration/attr-as-blocks.html#defining-a-fixed-object-collection-value).


@JvmName(name = "mopsnsridgiplibx")
suspend fun secondaryIpRanges(vararg values: Output<SubnetworkSecondaryIpRangeArgs>)


@JvmName(name = "llkhxxjoprtpwaci")
suspend fun secondaryIpRanges(values: List<Output<SubnetworkSecondaryIpRangeArgs>>)
@JvmName(name = "oxcqrlusumoyilft")
suspend fun secondaryIpRanges(vararg values: SubnetworkSecondaryIpRangeArgs)

Parameters

values

An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. Note: This field uses attr-as-block mode to avoid breaking users during the 0.12 upgrade. To explicitly send a list of zero objects you must use the following syntax: 'example=[]' For more details about this behavior, see [this

  • section](https://www.terraform.io/docs/configuration/attr-as-blocks.html#defining-a-fixed-object-collection-value).


@JvmName(name = "kvajufepvkdjhdns")
suspend fun secondaryIpRanges(argument: List<suspend SubnetworkSecondaryIpRangeArgsBuilder.() -> Unit>)
@JvmName(name = "ehilafbefregmbxy")
suspend fun secondaryIpRanges(vararg argument: suspend SubnetworkSecondaryIpRangeArgsBuilder.() -> Unit)
@JvmName(name = "kuteovepjopmurdc")
suspend fun secondaryIpRanges(argument: suspend SubnetworkSecondaryIpRangeArgsBuilder.() -> Unit)

Parameters

argument

An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. Note: This field uses attr-as-block mode to avoid breaking users during the 0.12 upgrade. To explicitly send a list of zero objects you must use the following syntax: 'example=[]' For more details about this behavior, see [this

  • section](https://www.terraform.io/docs/configuration/attr-as-blocks.html#defining-a-fixed-object-collection-value).