stateReasonCode property

String? stateReasonCode
getter/setter pair

The reason that a spoke is inactive.

Output only. Possible string values are:

  • "CODE_UNSPECIFIED" : No information available.
  • "PENDING_REVIEW" : The proposed spoke is pending review.
  • "REJECTED" : The proposed spoke has been rejected by the hub administrator.
  • "PAUSED" : The spoke has been deactivated internally.
  • "FAILED" : Network Connectivity Center encountered errors while accepting the spoke.

Implementation

core.String? stateReasonCode;