Interface SpokeSummary.SpokeStateReasonCountOrBuilder (1.40.0)

public static interface SpokeSummary.SpokeStateReasonCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for stateReasonCode.