InstanceDiscoveryEndpoint

data class InstanceDiscoveryEndpoint(val address: String? = null, val network: String? = null, val port: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

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

Link copied to clipboard
val network: String? = null

(Output) Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.

Link copied to clipboard
val port: Int? = null

(Output) Output only. Ports of the exposed endpoint.