requestedRanges property

List<String>? requestedRanges
getter/setter pair

The name of one or more allocated IP address ranges associated with this private service access connection.

If no range names are provided all ranges associated with this connection will be considered. If a CIDR range with the specified IP prefix length is not available within these ranges, the call fails.

Optional.

Implementation

core.List<core.String>? requestedRanges;