Service Mesh Mesh Config Pilot Args
data class ServiceMeshMeshConfigPilotArgs(val http10Enabled: Output<Boolean>? = null, val traceSampling: Output<Double>? = null) : ConvertibleToJava<ServiceMeshMeshConfigPilotArgs>
Constructors
Link copied to clipboard
fun ServiceMeshMeshConfigPilotArgs(http10Enabled: Output<Boolean>? = null, traceSampling: Output<Double>? = null)