Warnings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Informational warning message.
Attributes |
|
---|---|
Name | Description |
code |
google.cloud.networkconnectivity_v1.types.PolicyBasedRoute.Warnings.Code
Output only. A warning code, if applicable. |
data |
MutableMapping[str, str]
Output only. 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. |
warning_message |
str
Output only. A human-readable description of the warning code. |
Classes
Code
Code(value)
Warning code for Policy Based Routing. Expect to add values in the future.
DataEntry
DataEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |