InstanceFromMachineImageParamsArgs

data class InstanceFromMachineImageParamsArgs(val resourceManagerTags: Output<Map<String, String>>? = null) : ConvertibleToJava<InstanceFromMachineImageParamsArgs>

Constructors

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

Properties

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

A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

Functions

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