ServiceTrafficStatus

data class ServiceTrafficStatus(val percent: Int? = null, val revision: String? = null, val tag: String? = null, val type: String? = null, val uri: String? = null)

Constructors

Link copied to clipboard
constructor(percent: Int? = null, revision: String? = null, tag: String? = null, type: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val percent: Int? = null

(Output) Specifies percent of the traffic to this Revision.

Link copied to clipboard
val revision: String? = null

(Output) Revision to which this traffic is sent.

Link copied to clipboard
val tag: String? = null

(Output) Indicates the string used in the URI to exclusively reference this target.

Link copied to clipboard
val type: String? = null

(Output) The allocation type for this traffic target.

Link copied to clipboard
val uri: String? = null

(Output) Displays the target URI.