NetworkPeering.UpdateStages.WithTrafficForwarding Interface

public interface WithTrafficForwarding

The stage of a network peering update allowing to control traffic forwarding from or to the remote network.

Method Summary

Modifier and Type Method and Description
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.

NetworkPeering.Update withoutTrafficForwardingFromRemoteNetwork()

Prevents traffic forwarding from the remote network.

NetworkPeering.Update withoutTrafficForwardingToRemoteNetwork()

Disables traffic forwarding to the remote network.

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.

NetworkPeering.Update withTrafficForwardingFromRemoteNetwork()

Allows traffic forwarding from the remote network.

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.

Method Details

withoutTrafficForwardingFromEitherNetwork

public 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

withoutTrafficForwardingFromRemoteNetwork

public Update withoutTrafficForwardingFromRemoteNetwork()

Prevents traffic forwarding from the remote network.

Returns:

the next stage of the update

withoutTrafficForwardingToRemoteNetwork

public Update withoutTrafficForwardingToRemoteNetwork()

Disables traffic forwarding to the remote network.

Returns:

the next stage of the update

withTrafficForwardingBetweenBothNetworks

public 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

withTrafficForwardingFromRemoteNetwork

public Update withTrafficForwardingFromRemoteNetwork()

Allows traffic forwarding from the remote network.

Returns:

the next stage of the update

withTrafficForwardingToRemoteNetwork

public 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

Applies to