NetworkPeering.DefinitionStages.WithTrafficForwarding Interface

public static interface NetworkPeering.DefinitionStages.WithTrafficForwarding

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTrafficForwardingBetweenBothNetworks()

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

abstract WithCreate withTrafficForwardingFromRemoteNetwork()

Allows traffic forwarded from the remote network.

abstract WithCreate withTrafficForwardingToRemoteNetwork()

Allows traffic forwarding from this network to the remote network.

Method Details

withTrafficForwardingBetweenBothNetworks

public abstract NetworkPeering.DefinitionStages.WithCreate withTrafficForwardingBetweenBothNetworks()

Allows traffic forwarding both from either peered network into 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 definition

withTrafficForwardingFromRemoteNetwork

public abstract NetworkPeering.DefinitionStages.WithCreate withTrafficForwardingFromRemoteNetwork()

Allows traffic forwarded from the remote network.

Returns:

the next stage of the definition

withTrafficForwardingToRemoteNetwork

public abstract NetworkPeering.DefinitionStages.WithCreate withTrafficForwardingToRemoteNetwork()

Allows traffic forwarding from this network to the remote network.

This setting will have effect 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 definition

Applies to