ServiceVNetAddonsResponse

data class ServiceVNetAddonsResponse(val dataPlanePublicEndpoint: Boolean? = null, val logStreamPublicEndpoint: Boolean? = null)

Additional Service settings in vnet injection instance

Constructors

Link copied to clipboard
constructor(dataPlanePublicEndpoint: Boolean? = null, logStreamPublicEndpoint: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the data plane components(log stream, app connect, remote debugging) in vnet injection instance could be accessed from internet.

Link copied to clipboard

Indicates whether the log stream in vnet injection instance could be accessed from internet.