Show / Hide Table of Contents

Class RiskDetailsGlobalDnsInsight

Inheritance
object
RiskDetailsGlobalDnsInsight
Implements
IDirectResponseSchema
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX