Subnetwork Secondary Range Args
data class SubnetworkSecondaryRangeArgs(val ipCidrRange: Output<String>? = null, val rangeName: Output<String>? = null, val reservedInternalRange: Output<String>? = null) : ConvertibleToJava<SubnetworkSecondaryRangeArgs>
Represents a secondary IP range of a subnetwork.
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. The range can be any range listed in the Valid ranges list.
Link copied to clipboard
The URL of the reserved internal range.