Interface VertexAiIndexEndpointPrivateServiceConnectConfig

    • Method Detail

      • getEnablePrivateServiceConnect

        @Stability(Stable)
        @NotNull
        Object getEnablePrivateServiceConnect()
        If set to true, the IndexEndpoint is created without private service access.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#enable_private_service_connect VertexAiIndexEndpoint#enable_private_service_connect}

      • getProjectAllowlist

        @Stability(Stable)
        @Nullable
        default List<String> getProjectAllowlist()
        A list of Projects from which the forwarding rule will target the service attachment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#project_allowlist VertexAiIndexEndpoint#project_allowlist}