updateStatus property

String? updateStatus
getter/setter pair

The status of the update request. Possible string values are:

  • "IN_SYNC" : No pending configuration update proposals to the peering connection.
  • "PENDING_LOCAL_ACKNOWLEDMENT" : The peer network admin has made an updatePeering call. The change is awaiting acknowledgment from this peering's network admin.
  • "PENDING_PEER_ACKNOWLEDGEMENT" : The local network admin has made an updatePeering call. The change is awaiting acknowledgment from the peer network admin.
  • "UPDATE_STATUS_UNSPECIFIED"

Implementation

core.String? updateStatus;