DisallowedArgs

data class DisallowedArgs(val diskTypes: Output<List<String>>? = null) : ConvertibleToJava<DisallowedArgs>

Describes the disallowed disk types.

Constructors

Link copied to clipboard
constructor(diskTypes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val diskTypes: Output<List<String>>? = null

A list of disk types.

Functions

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