NetworkPeering.UpdateStages.WithTrafficForwarding Interface

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 Summary

Modifier and Type Method and Description
abstract Update withTrafficForwardingBetweenBothNetworks()

Allows traffic forwarding both from either peered network to the other.

abstract Update withTrafficForwardingFromRemoteNetwork()

Allows traffic forwarding from the remote network.

abstract Update withTrafficForwardingToRemoteNetwork()

Allows traffic forwarding from this network to the remote network.

abstract Update withoutTrafficForwardingFromEitherNetwork()

Disables traffic forwarding from either peered network to the other.

abstract Update withoutTrafficForwardingFromRemoteNetwork()

Prevents traffic forwarding from the remote network.

abstract Update withoutTrafficForwardingToRemoteNetwork()

Disables traffic forwarding to the remote network.

Method Details

withTrafficForwardingBetweenBothNetworks

public abstract 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

withTrafficForwardingFromRemoteNetwork

public abstract NetworkPeering.Update withTrafficForwardingFromRemoteNetwork()

Allows traffic forwarding from the remote network.

Returns:

the next stage of the update

withTrafficForwardingToRemoteNetwork

public abstract 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

withoutTrafficForwardingFromEitherNetwork

public abstract 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

withoutTrafficForwardingFromRemoteNetwork

public abstract NetworkPeering.Update withoutTrafficForwardingFromRemoteNetwork()

Prevents traffic forwarding from the remote network.

Returns:

the next stage of the update

withoutTrafficForwardingToRemoteNetwork

public abstract NetworkPeering.Update withoutTrafficForwardingToRemoteNetwork()

Disables traffic forwarding to the remote network.

Returns:

the next stage of the update

Applies to