volumeTags

@JvmName(name = "vsanvpffnbdnkgni")
suspend fun volumeTags(value: Output<Map<String, Any>>)
@JvmName(name = "okdryhdyjygtumyh")
suspend fun volumeTags(value: Map<String, Any>?)

Parameters

value

A mapping of tags to assign to the devices created by the instance at launch time.

  • Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.

  • Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.


@JvmName(name = "iwuvcrjcjwotesav")
fun volumeTags(vararg values: Pair<String, Any>)

Parameters

values

A mapping of tags to assign to the devices created by the instance at launch time.

  • Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.

  • Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.