InstancePropertiesPatchArgs

data class InstancePropertiesPatchArgs(val labels: Output<Map<String, String>>? = null, val metadata: Output<Map<String, String>>? = null) : ConvertibleToJava<InstancePropertiesPatchArgs>

Represents the change that you want to make to the instance properties.

Constructors

Link copied to clipboard
fun InstancePropertiesPatchArgs(labels: Output<Map<String, String>>? = null, metadata: Output<Map<String, String>>? = null)

Functions

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

Properties

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

The label key-value pairs that you want to patch onto the instance.

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

The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.