ConfigServerPropertiesResponse

data class ConfigServerPropertiesResponse(val configServer: ConfigServerSettingsResponse? = null, val enabledState: String? = null, val error: ErrorResponse? = null, val provisioningState: String)

Config server git properties payload

Constructors

Link copied to clipboard
constructor(configServer: ConfigServerSettingsResponse? = null, enabledState: String? = null, error: ErrorResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings of config server.

Link copied to clipboard
val enabledState: String? = null

Enabled state of the config server. This is only used in Consumption tier.

Link copied to clipboard
val error: ErrorResponse? = null

Error when apply config server settings.

Link copied to clipboard

State of the config server.