AcceleratorCountRequestArgs

data class AcceleratorCountRequestArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<AcceleratorCountRequestArgs>

Definition of AcceleratorCountRequest

Constructors

Link copied to clipboard
constructor(max: Output<Int>? = null, min: Output<Int>? = null)

Properties

Link copied to clipboard
val max: Output<Int>? = null

The maximum value.

Link copied to clipboard
val min: Output<Int>? = null

The minimum value.

Functions

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