reservedIpRanges property

List<String> reservedIpRanges
final

Optional. 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'.

Implementation

final List<String> reservedIpRanges;