Class GreTunnelEndpointStatusPerEdgeNode.Builder

    • Method Detail

      • setEdgePath

        public GreTunnelEndpointStatusPerEdgeNode.Builder setEdgePath​(java.lang.String edgePath)
        Edge node policy path This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        edgePath - New value for the property.
      • setKeepaliveAckSentCount

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveAckSentCount​(java.lang.Long keepaliveAckSentCount)
        Total number of keepalive ack packets sent format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveAckSentCount - New value for the property.
      • setKeepaliveDeadMultiplier

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveDeadMultiplier​(java.lang.Long keepaliveDeadMultiplier)
        Tunnel keepalive dead multiplier format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveDeadMultiplier - New value for the property.
      • setKeepaliveInterval

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveInterval​(java.lang.Long keepaliveInterval)
        Tunnel keepalive interval in seconds format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveInterval - New value for the property.
      • setKeepaliveLastAckTime

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveLastAckTime​(java.lang.Long keepaliveLastAckTime)
        Timestamp when the last keepalive ack sent format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveLastAckTime - New value for the property.
      • setKeepaliveLastRxTime

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveLastRxTime​(java.lang.Long keepaliveLastRxTime)
        Timestamp when the last keepalive received format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveLastRxTime - New value for the property.
      • setKeepaliveLastTxTime

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveLastTxTime​(java.lang.Long keepaliveLastTxTime)
        Timestamp when the last keepalive sent format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveLastTxTime - New value for the property.
      • setKeepaliveRxCount

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveRxCount​(java.lang.Long keepaliveRxCount)
        Total number of keepalive packets received format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveRxCount - New value for the property.
      • setKeepaliveTxCount

        public GreTunnelEndpointStatusPerEdgeNode.Builder setKeepaliveTxCount​(java.lang.Long keepaliveTxCount)
        Total number of keepalive packets sent format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        keepaliveTxCount - New value for the property.
      • setLastUpdateTimestamp

        public GreTunnelEndpointStatusPerEdgeNode.Builder setLastUpdateTimestamp​(java.lang.Long lastUpdateTimestamp)
        Timestamp when the data was last updated format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        lastUpdateTimestamp - New value for the property.
      • setSource

        public GreTunnelEndpointStatusPerEdgeNode.Builder setSource​(java.lang.String source)
        Tunnel source address format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        source - New value for the property.
      • setTunnelDownCount

        public GreTunnelEndpointStatusPerEdgeNode.Builder setTunnelDownCount​(java.lang.Long tunnelDownCount)
        Count of Tunnel run time status as \"DOWN\" format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        tunnelDownCount - New value for the property.
      • setTunnelLastDownTime

        public GreTunnelEndpointStatusPerEdgeNode.Builder setTunnelLastDownTime​(java.lang.Long tunnelLastDownTime)
        Timestamp when the tunnel status was last updated as \"DOWN\" format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        tunnelLastDownTime - New value for the property.
      • setTunnelLastUpTime

        public GreTunnelEndpointStatusPerEdgeNode.Builder setTunnelLastUpTime​(java.lang.Long tunnelLastUpTime)
        Timestamp when the tunnel status was last updated as \"UP\" format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        tunnelLastUpTime - New value for the property.
      • setTunnelPortId

        public GreTunnelEndpointStatusPerEdgeNode.Builder setTunnelPortId​(java.lang.String tunnelPortId)
        ID of the tunnel router port This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        tunnelPortId - New value for the property.
      • setTunnelUpCount

        public GreTunnelEndpointStatusPerEdgeNode.Builder setTunnelUpCount​(java.lang.Long tunnelUpCount)
        Count of Tunnel run time status as \"UP\" format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        tunnelUpCount - New value for the property.