NetworkPeeringGatewayUse Enum

  • java.lang.Object
    • java.lang.Enum<NetworkPeeringGatewayUse>
      • com.microsoft.azure.management.network.NetworkPeeringGatewayUse

public enum NetworkPeeringGatewayUse

Possible gateway use scenarios.

Fields

BY_REMOTE_NETWORK

The remote network is allowed to use this network's gateway (but not necessarily using it currently).

NONE

No gateway use is configured.

ON_REMOTE_NETWORK

This network is configured to use the remote network's gateway.

Applies to