InstanceParamsResponse

data class InstanceParamsResponse(val resourceManagerTags: Map<String, String>)

Additional instance params.

Constructors

Link copied to clipboard
fun InstanceParamsResponse(resourceManagerTags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource manager tags to be bound to the instance. 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.