reservedIpRanges property

List<String>? reservedIpRanges
getter/setter pair

A list of names for the reserved IP ranges under the VPC network that can be used for this persistent resource.

If set, we will deploy the persistent resource within the provided IP ranges. Otherwise, the persistent resource is deployed to any IP ranges under the provided VPC network. Example: ['vertex-ai-ip-range'].

Optional.

Implementation

core.List<core.String>? reservedIpRanges;