Show / Hide Table of Contents

Class Region.QuotaStatusWarningData

[Output Only] Warning of fetching the quotas field for this region. This field is populated only if fetching of the quotas field fails.

Inheritance
object
Region.QuotaStatusWarningData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class Region.QuotaStatusWarningData

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<Region.QuotaStatusWarningData.DataData> Data { get; set; }
Property Value
Type Description
IList<Region.QuotaStatusWarningData.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
In this article
Back to top Generated by DocFX