ConnectivityEndpointResponse

data class ConnectivityEndpointResponse(val location: String? = null, val name: String? = null, val port: Int? = null, val privateIPAddress: String? = null, val protocol: String? = null)

The connectivity properties

Constructors

Link copied to clipboard
constructor(location: String? = null, name: String? = null, port: Int? = null, privateIPAddress: String? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

The location of the endpoint.

Link copied to clipboard
val name: String? = null

The name of the endpoint.

Link copied to clipboard
val port: Int? = null

The port to connect to.

Link copied to clipboard

The private ip address of the endpoint.

Link copied to clipboard
val protocol: String? = null

The protocol of the endpoint.