AiIndexEndpointPrivateServiceConnectConfig

data class AiIndexEndpointPrivateServiceConnectConfig(val enablePrivateServiceConnect: Boolean, val projectAllowlists: List<String>? = null)

Constructors

constructor(enablePrivateServiceConnect: Boolean, projectAllowlists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If set to true, the IndexEndpoint is created without private service access.

Link copied to clipboard

A list of Projects from which the forwarding rule will target the service attachment.