Class RiskDetailsGlobalDnsInsight
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RiskDetailsGlobalDnsInsight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectDefaultIsGlobalDns
Whether the project default DNS setting is global or not.
Declaration
[JsonProperty("projectDefaultIsGlobalDns")]
public virtual bool? ProjectDefaultIsGlobalDns { get; set; }
Property Value
Type | Description |
---|---|
bool? |
QueryObservationWindow
The observation window for the query counts.
Declaration
[JsonProperty("queryObservationWindow")]
public virtual object QueryObservationWindow { get; set; }
Property Value
Type | Description |
---|---|
object |
RiskyQueryCount
The number of queries that are risky. This will always be less than total_query_count.
Declaration
[JsonProperty("riskyQueryCount")]
public virtual long? RiskyQueryCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalQueryCount
The total number of queries in the observation window.
Declaration
[JsonProperty("totalQueryCount")]
public virtual long? TotalQueryCount { get; set; }
Property Value
Type | Description |
---|---|
long? |