GlobalServiceConfigurationResponse

data class GlobalServiceConfigurationResponse(val autoScale: AutoScaleConfigurationResponse? = null, val etag: String? = null, val serviceAuth: ServiceAuthConfigurationResponse? = null, val ssl: SslConfigurationResponse? = null)

Global configuration for services in the cluster.

Constructors

Link copied to clipboard
constructor(autoScale: AutoScaleConfigurationResponse? = null, etag: String? = null, serviceAuth: ServiceAuthConfigurationResponse? = null, ssl: SslConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The auto-scale configuration

Link copied to clipboard
val etag: String? = null

The configuration ETag for updates.

Link copied to clipboard

Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.

Link copied to clipboard

The SSL configuration properties