GetServiceScaling

data class GetServiceScaling(val manualInstanceCount: Int, val minInstanceCount: Int, val scalingMode: String)

Constructors

Link copied to clipboard
constructor(manualInstanceCount: Int, minInstanceCount: Int, scalingMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.

Link copied to clipboard

Minimum number of instances for the service, to be divided among all revisions receiving traffic.

Link copied to clipboard

The scaling mode for the service. Possible values: "AUTOMATIC", "MANUAL"