EndpointCapacitySizeArgs

data class EndpointCapacitySizeArgs(val type: Output<String>, val value: Output<Int>) : ConvertibleToJava<EndpointCapacitySizeArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>, value: Output<Int>)

Properties

Link copied to clipboard
val type: Output<String>

Specifies whether the Value is an instance count or a capacity unit.

Link copied to clipboard
val value: Output<Int>

The value representing either the number of instances or the number of capacity units.

Functions

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