Class SpokeStateReasonCount
The number of spokes in the hub that are inactive for this reason.
Implements
Inherited Members
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 |