NetworkRefResponse

data class NetworkRefResponse(val endpointRefs: List<EndpointRefResponse>? = null, val name: String? = null)

Describes a network reference in a service.

Constructors

Link copied to clipboard
constructor(endpointRefs: List<EndpointRefResponse>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of endpoints that are exposed on this network.

Link copied to clipboard
val name: String? = null

Name of the network