Global Service Configuration Response
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)