PolicyBasedRouteWarning

data class PolicyBasedRouteWarning(val code: String? = null, val data: Map<String, String>? = null, val warningMessage: String? = null)

Constructors

Link copied to clipboard
constructor(code: String? = null, data: Map<String, String>? = null, warningMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

(Output) A warning code, if applicable.

Link copied to clipboard
val data: Map<String, String>? = null

(Output) Metadata about this warning in key: value format. The key should provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement.

Link copied to clipboard
val warningMessage: String? = null

(Output) A human-readable description of the warning code.