OptionsArgs

data class OptionsArgs(val cleanDescriptors: Output<CleanDescriptorsOptionArgs>? = null, val cleanImage: Output<ImageConfigArgs>? = null, val primaryIds: Output<OptionsPrimaryIds>? = null) : ConvertibleToJava<OptionsArgs>

Specifies additional options to apply to the base profile.

Constructors

Link copied to clipboard
constructor(cleanDescriptors: Output<CleanDescriptorsOptionArgs>? = null, cleanImage: Output<ImageConfigArgs>? = null, primaryIds: Output<OptionsPrimaryIds>? = null)

Properties

Link copied to clipboard

Set Clean Descriptors Option.

Link copied to clipboard
val cleanImage: Output<ImageConfigArgs>? = null

Apply Action.clean_image to PixelData as configured.

Functions

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