Options Args
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
Apply Action.clean_image
to PixelData
as configured.
Link copied to clipboard