ServiceTerminalCondition

data class ServiceTerminalCondition(val executionReason: String? = null, val lastTransitionTime: String? = null, val message: String? = null, val reason: String? = null, val revisionReason: String? = null, val severity: String? = null, val state: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(executionReason: String? = null, lastTransitionTime: String? = null, message: String? = null, reason: String? = null, revisionReason: String? = null, severity: String? = null, state: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val executionReason: String? = null

(Output) A reason for the execution condition.

Link copied to clipboard

(Output) Last time the condition transitioned from one status to another. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Link copied to clipboard
val message: String? = null

(Output) Human readable message indicating details about the current status.

Link copied to clipboard
val reason: String? = null

(Output) A common (service-level) reason for this condition.

Link copied to clipboard
val revisionReason: String? = null

(Output) A reason for the revision condition.

Link copied to clipboard
val severity: String? = null

(Output) How to interpret failures of this condition, one of Error, Warning, Info

Link copied to clipboard
val state: String? = null

(Output) State of the condition.

Link copied to clipboard
val type: String? = null

The allocation type for this traffic target. Possible values are: TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST, TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION.