Interface NetworkPeering.UpdateStages.WithTrafficForwarding

All Known Subinterfaces:
NetworkPeering.Update
Enclosing interface:
NetworkPeering.UpdateStages

public static interface NetworkPeering.UpdateStages.WithTrafficForwarding
The stage of a network peering update allowing to control traffic forwarding from or to the remote network.
  • Method Details

    • withTrafficForwardingFromRemoteNetwork

      NetworkPeering.Update withTrafficForwardingFromRemoteNetwork()
      Allows traffic forwarding from the remote network.
      Returns:
      the next stage of the update
    • withoutTrafficForwardingFromRemoteNetwork

      NetworkPeering.Update withoutTrafficForwardingFromRemoteNetwork()
      Prevents traffic forwarding from the remote network.
      Returns:
      the next stage of the update
    • withTrafficForwardingToRemoteNetwork

      NetworkPeering.Update withTrafficForwardingToRemoteNetwork()
      Allows traffic forwarding from this network to the remote network.

      This setting will only work here if the remote network is in the same subscription. Otherwise, it will be ignored and you need to change the corresponding traffic forwarding setting on the remote network's matching peering explicitly.

      Returns:
      the next stage of the update
    • withoutTrafficForwardingToRemoteNetwork

      NetworkPeering.Update withoutTrafficForwardingToRemoteNetwork()
      Disables traffic forwarding to the remote network.
      Returns:
      the next stage of the update
    • withTrafficForwardingBetweenBothNetworks

      NetworkPeering.Update withTrafficForwardingBetweenBothNetworks()
      Allows traffic forwarding both from either peered network to the other.

      This setting will have effect on the remote network only if the remote network is in the same subscription. Otherwise, it will be ignored and you need to change the corresponding traffic forwarding setting on the remote network's matching peering explicitly.

      Returns:
      the next stage of the update
    • withoutTrafficForwardingFromEitherNetwork

      NetworkPeering.Update withoutTrafficForwardingFromEitherNetwork()
      Disables traffic forwarding from either peered network to the other.

      This setting will have effect on the remote network only if the remote network is in the same subscription. Otherwise, it will be ignored and you need to change the corresponding traffic forwarding setting on the remote network's matching peering explicitly.

      Returns:
      the next stage of the update