reservedIpRanges

@JvmName(name = "gofredwdgqmgmqhf")
suspend fun reservedIpRanges(value: Output<List<String>>)
@JvmName(name = "ohmtteovfyskwrvn")
suspend fun reservedIpRanges(value: List<String>?)

Parameters

value

A list of reserved ip ranges under the VPC network that can be used for this DeployedIndex. If set, we will deploy the index within the provided ip ranges. Otherwise, the index might be deployed to any ip ranges under the provided VPC network. The value should be the name of the address (https://cloud.google.com/compute/docs/reference/rest/v1/addresses) Example: 'vertex-ai-ip-range'. For more information about subnets and network IP ranges, please see https://cloud.google.com/vpc/docs/subnets#manually_created_subnet_ip_ranges.


@JvmName(name = "cetphpmbabpawfmm")
suspend fun reservedIpRanges(vararg values: Output<String>)


@JvmName(name = "sxyxuglaqllakjub")
suspend fun reservedIpRanges(values: List<Output<String>>)
@JvmName(name = "kovcxpisrhehepwq")
suspend fun reservedIpRanges(vararg values: String)

Parameters

values

A list of reserved ip ranges under the VPC network that can be used for this DeployedIndex. If set, we will deploy the index within the provided ip ranges. Otherwise, the index might be deployed to any ip ranges under the provided VPC network. The value should be the name of the address (https://cloud.google.com/compute/docs/reference/rest/v1/addresses) Example: 'vertex-ai-ip-range'. For more information about subnets and network IP ranges, please see https://cloud.google.com/vpc/docs/subnets#manually_created_subnet_ip_ranges.