InstanceMemcacheParametersArgs

data class InstanceMemcacheParametersArgs(val id: Output<String>? = null, val params: Output<Map<String, String>>? = null) : ConvertibleToJava<InstanceMemcacheParametersArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, params: Output<Map<String, String>>? = null)

Properties

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

(Output) This is a unique ID associated with this set of parameters.

Link copied to clipboard
val params: Output<Map<String, String>>? = null

User-defined set of parameters to use in the memcache process.

Functions

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