FlexibleAppVersionEndpointsApiServiceArgs

data class FlexibleAppVersionEndpointsApiServiceArgs(val configId: Output<String>? = null, val disableTraceSampling: Output<Boolean>? = null, val name: Output<String>, val rolloutStrategy: Output<String>? = null) : ConvertibleToJava<FlexibleAppVersionEndpointsApiServiceArgs>

Constructors

constructor(configId: Output<String>? = null, disableTraceSampling: Output<Boolean>? = null, name: Output<String>, rolloutStrategy: Output<String>? = null)

Properties

Link copied to clipboard
val configId: Output<String>? = null

Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1". By default, the rollout strategy for Endpoints is "FIXED". This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The configId field is used to give the configuration ID and is required in this case. Endpoints also has a rollout strategy called "MANAGED". When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, configId must be omitted.

Link copied to clipboard
val disableTraceSampling: Output<Boolean>? = null

Enable or disable trace sampling. By default, this is set to false for enabled.

Link copied to clipboard
val name: Output<String>

Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"

Link copied to clipboard
val rolloutStrategy: Output<String>? = null

Endpoints rollout strategy. If FIXED, configId must be specified. If MANAGED, configId must be omitted. Default value is FIXED. Possible values are: FIXED, MANAGED.

Functions

Link copied to clipboard
open override fun toJava(): FlexibleAppVersionEndpointsApiServiceArgs