DiskParamsArgs

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

Additional disk params.

Constructors

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

Functions

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

Properties

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

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