reservedPeeringRanges property

List<String>? reservedPeeringRanges
getter/setter pair

The name of one or more allocated IP address ranges for this service producer of type PEERING.

Note that invoking CreateConnection method with a different range when connection is already established will not modify already provisioned service producer subnetworks. If CreateConnection method is invoked repeatedly to reconnect when peering connection had been disconnected on the consumer side, leaving this field empty will restore previously allocated IP ranges.

Implementation

core.List<core.String>? reservedPeeringRanges;