public static interface SpokeSummary.SpokeStateReasonCountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCount()
public abstract long getCount()Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.
int64 count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The count. |
getStateReasonCode()
public abstract Spoke.StateReason.Code getStateReasonCode()Output only. The reason that a spoke is inactive.
.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code state_reason_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Code |
The stateReasonCode. |
getStateReasonCodeValue()
public abstract int getStateReasonCodeValue()Output only. The reason that a spoke is inactive.
.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code state_reason_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for stateReasonCode. |