EndpointCapacitySize

data class EndpointCapacitySize(val type: String, val value: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val value: Int

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