Show / Hide Table of Contents

Class SpokeStateReasonCount

The number of spokes in the hub that are inactive for this reason.

Inheritance
object
SpokeStateReasonCount
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.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class SpokeStateReasonCount : IDirectResponseSchema

Properties

Count

Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.

Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

StateReasonCode

Output only. The reason that a spoke is inactive.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX