public sealed class Warnings : IMessage<PolicyBasedRoute.Types.Warnings>, IEquatable<PolicyBasedRoute.Types.Warnings>, IDeepCloneable<PolicyBasedRoute.Types.Warnings>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class PolicyBasedRoute.Types.Warnings.
Informational warning message.
Implements
IMessage<PolicyBasedRoute.Types.Warnings>, IEquatable<PolicyBasedRoute.Types.Warnings>, IDeepCloneable<PolicyBasedRoute.Types.Warnings>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
Warnings()
public Warnings()
Warnings(PolicyBasedRoute.Types.Warnings)
public Warnings(PolicyBasedRoute.Types.Warnings other)
Parameter | |
---|---|
Name | Description |
other | PolicyBasedRoute.Types.Warnings |
Properties
Code
public PolicyBasedRoute.Types.Warnings.Types.Code Code { get; set; }
Output only. A warning code, if applicable.
Property Value | |
---|---|
Type | Description |
PolicyBasedRoute.Types.Warnings.Types.Code |
Data
public MapField<string, string> Data { get; }
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.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
WarningMessage
public string WarningMessage { get; set; }
Output only. A human-readable description of the warning code.
Property Value | |
---|---|
Type | Description |
String |