Class VpnTunnelAggregatedList.WarningData
[Output Only] Informational warning message.
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class VpnTunnelAggregatedList.WarningData
Properties
Code
[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Data
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
Declaration
[JsonProperty("data")]
public virtual IList<VpnTunnelAggregatedList.WarningData.DataData> Data { get; set; }
Property Value
Type | Description |
---|---|
IList<VpnTunnelAggregatedList.WarningData.DataData> |
Message
[Output Only] A human-readable description of the warning code.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |