GetBackendServiceBackendCustomMetric

data class GetBackendServiceBackendCustomMetric(val dryRun: Boolean, val maxUtilization: Double, val name: String)

Constructors

Link copied to clipboard
constructor(dryRun: Boolean, maxUtilization: Double, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, the metric data is collected and reported to Cloud Monitoring, but is not used for load balancing.

Link copied to clipboard

Optional parameter to define a target utilization for the Custom Metrics balancing mode. The valid range is 0.0, 1.0.

Link copied to clipboard

The name of the Backend Service.