DisallowedArgs

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

Describes the disallowed disk types.

Constructors

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

Functions

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

Properties

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

A list of disk types.