EgressEndpointResponse

data class EgressEndpointResponse(val category: String, val endpoints: List<EndpointDependencyResponse>)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.

Link copied to clipboard

The list of endpoint dependencies.