DestinationConfig

Define the Connectors target endpoint.

JSON representation
{
 "key": string,
 "destinations": [
 {
 object (Destination )
 }
 ]
}
Fields
key

string

The key is the destination identifier that is supported by the Connector.

destinations[]

object (Destination )

The destinations for the key.

Destination

JSON representation
{
 "port": integer,
 // Union field destination can be only one of the following:
 "serviceAttachment": string,
 "host": string
 // End of list of possible types for union field destination.
}
Fields
port

integer

The port is the target port number that is accepted by the destination.

Union field destination.

destination can be only one of the following:

serviceAttachment
(deprecated)

string

PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*

host

string

For publicly routable host.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月27日 UTC.