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 Pipeline Job's workload.

If set, we will deploy the Pipeline Job's workload within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: ['vertex-ai-ip-range'].

Implementation

core.List<core.String>? reservedIpRanges;