AiIndexEndpointDeployedIndexPrivateEndpoint

data class AiIndexEndpointDeployedIndexPrivateEndpoint(val matchGrpcAddress: String? = null, val pscAutomatedEndpoints: List<AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint>? = null, val serviceAttachment: String? = null)

Constructors

constructor(matchGrpcAddress: String? = null, pscAutomatedEndpoints: List<AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint>? = null, serviceAttachment: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The ip address used to send match gRPC requests.

Link copied to clipboard

(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.