Ai Index Endpoint Deployed Index Private Endpoint
data class AiIndexEndpointDeployedIndexPrivateEndpoint(val matchGrpcAddress: String? = null, val pscAutomatedEndpoints: List<AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint>? = null, val serviceAttachment: String? = null)
Constructors
Link copied to clipboard
constructor(matchGrpcAddress: String? = null, pscAutomatedEndpoints: List<AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint>? = null, serviceAttachment: String? = null)
Properties
Link copied to clipboard
(Output) The ip address used to send match gRPC requests.
Link copied to clipboard
val pscAutomatedEndpoints: List<AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint>? = null
(Output) PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set. Structure is documented below.
Link copied to clipboard
(Output) The name of the service attachment resource. Populated if private service connect is enabled.