public sealed class PolicyBasedRoute.Types.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
IMessagePolicyBasedRouteTypesWarnings, IEquatablePolicyBasedRouteTypesWarnings, IDeepCloneablePolicyBasedRouteTypesWarnings, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
Warnings()
public Warnings()
Warnings(Warnings)
public Warnings(PolicyBasedRoute.Types.Warnings other)
Parameter | |
---|---|
Name | Description |
other | PolicyBasedRouteTypesWarnings |
Properties
Code
public PolicyBasedRoute.Types.Warnings.Types.Code Code { get; set; }
Output only. A warning code, if applicable.
Property Value | |
---|---|
Type | Description |
PolicyBasedRouteTypesWarningsTypesCode |
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 |
MapFieldstringstring |
WarningMessage
public string WarningMessage { get; set; }
Output only. A human-readable description of the warning code.
Property Value | |
---|---|
Type | Description |
string |