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 job.

If set, we will deploy the job 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'].

Optional.

Implementation

core.List<core.String>? reservedIpRanges;