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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java