NetworkPeeringGatewayUse Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. network. models. NetworkPeeringGatewayUse
- com.
- java.
public enum NetworkPeeringGatewayUse
extends 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. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
valueOf(String name)
values()
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java