Show / Hide Table of Contents

Class RiskDetails

Details about a risk.

Inheritance
object
RiskDetails
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 RiskDetails : IDirectResponseSchema

Properties

Duration

The duration of the risk since it was detected.

Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GlobalDnsInsight

Declaration
[JsonProperty("globalDnsInsight")]
public virtual RiskDetailsGlobalDnsInsight GlobalDnsInsight { get; set; }
Property Value
Type Description
RiskDetailsGlobalDnsInsight

LastUpdateTimestamp

object representation of LastUpdateTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateTimestampDateTimeOffset instead.")]
public virtual object LastUpdateTimestamp { get; set; }
Property Value
Type Description
object

LastUpdateTimestampDateTimeOffset

DateTimeOffset representation of LastUpdateTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastUpdateTimestampRaw

The last time the risk was updated.

Declaration
[JsonProperty("lastUpdateTimestamp")]
public virtual string LastUpdateTimestampRaw { get; set; }
Property Value
Type Description
string

Severity

The severity of the risk.

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Type

The type of risk.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX