code property

String? code
getter/setter pair

The code associated with this reason. 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.
  • "UPDATE_PENDING_REVIEW" : The proposed spoke update is pending review.
  • "UPDATE_REJECTED" : The proposed spoke update has been rejected by the hub administrator.
  • "UPDATE_FAILED" : Network Connectivity Center encountered errors while accepting the spoke update.

Implementation

core.String? code;