Subnetwork Secondary Ip Range Args
data class SubnetworkSecondaryIpRangeArgs(val ipCidrRange: Output<String>? = null, val rangeName: Output<String>, val reservedInternalRange: Output<String>? = null) : ConvertibleToJava<SubnetworkSecondaryIpRangeArgs>
Properties
Link copied to clipboard
The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. Field is optional when reserved_internal_range
is defined, otherwise required.
Link copied to clipboard
The ID of the reserved internal range. Must be prefixed with networkconnectivity.googleapis.com
E.g. networkconnectivity.googleapis.com/projects/{project}/locations/global/internalRanges/{rangeId}