ScaleUnitConfigurationResponse

data class ScaleUnitConfigurationResponse(val disablePublicEgress: Boolean? = null, val registries: List<String>? = null)

Configuration for ScaleUnit pool.

Constructors

Link copied to clipboard
constructor(disablePublicEgress: Boolean? = null, registries: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets a value indicating whether PublicEgress is disabled.

Link copied to clipboard
val registries: List<String>? = null

Gets or sets a list of Registry sources that will be used to confirm identity, storage, ACR.