GetInstanceDiscoveryEndpoint

data class GetInstanceDiscoveryEndpoint(val address: String, val network: String, val port: Int)

Constructors

Link copied to clipboard
constructor(address: String, network: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only. IP address of the exposed endpoint clients connect to.

Link copied to clipboard

Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.

Link copied to clipboard
val port: Int

Output only. The port number of the exposed endpoint.