CustomizedAcceleratorPropertiesArgs

data class CustomizedAcceleratorPropertiesArgs(val acceleratorTags: Output<List<String>>? = null, val acceleratorType: Output<Either<String, CustomizedAcceleratorType>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val gitRepository: Output<AcceleratorGitRepositoryArgs>, val iconUrl: Output<String>? = null) : ConvertibleToJava<CustomizedAcceleratorPropertiesArgs>

Customized accelerator properties payload

Constructors

Link copied to clipboard
constructor(acceleratorTags: Output<List<String>>? = null, acceleratorType: Output<Either<String, CustomizedAcceleratorType>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, gitRepository: Output<AcceleratorGitRepositoryArgs>, iconUrl: Output<String>? = null)

Properties

Link copied to clipboard
val acceleratorTags: Output<List<String>>? = null
Link copied to clipboard
val acceleratorType: Output<Either<String, CustomizedAcceleratorType>>? = null

Type of the customized accelerator.

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val displayName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val iconUrl: Output<String>? = null

Functions

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