Compute Engine v1 API - Class RiskDetailsGlobalDnsInsight (3.30.0)

public sealed class RiskDetailsGlobalDnsInsight : IMessage<RiskDetailsGlobalDnsInsight>, IEquatable<RiskDetailsGlobalDnsInsight>, IDeepCloneable<RiskDetailsGlobalDnsInsight>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class RiskDetailsGlobalDnsInsight.

Detailed insights for a global DNS reliability risk.

Inheritance

object > RiskDetailsGlobalDnsInsight

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RiskDetailsGlobalDnsInsight()

public RiskDetailsGlobalDnsInsight()

RiskDetailsGlobalDnsInsight(RiskDetailsGlobalDnsInsight)

public RiskDetailsGlobalDnsInsight(RiskDetailsGlobalDnsInsight other)
Parameter
Name Description
other RiskDetailsGlobalDnsInsight

Properties

HasProjectDefaultIsGlobalDns

public bool HasProjectDefaultIsGlobalDns { get; }

Gets whether the "project_default_is_global_dns" field is set

Property Value
Type Description
bool

HasQueryObservationWindow

public bool HasQueryObservationWindow { get; }

Gets whether the "query_observation_window" field is set

Property Value
Type Description
bool

HasRiskyQueryCount

public bool HasRiskyQueryCount { get; }

Gets whether the "risky_query_count" field is set

Property Value
Type Description
bool

HasTotalQueryCount

public bool HasTotalQueryCount { get; }

Gets whether the "total_query_count" field is set

Property Value
Type Description
bool

ProjectDefaultIsGlobalDns

public bool ProjectDefaultIsGlobalDns { get; set; }

Indicates whether the project's default DNS setting is global DNS.

Property Value
Type Description
bool

QueryObservationWindow

public string QueryObservationWindow { get; set; }

The observation window for the query counts.

Property Value
Type Description
string

RiskyQueryCount

public long RiskyQueryCount { get; set; }

The number of queries that are risky. This is always less than or equal to total_query_count.

Property Value
Type Description
long

TotalQueryCount

public long TotalQueryCount { get; set; }

The total number of queries in the observation window.

Property Value
Type Description
long