Uses of Enum Class
org.jclouds.azurecompute.arm.domain.vpn.VPNType
Packages that use VPNType
-
Uses of VPNType in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return VPNTypeModifier and TypeMethodDescriptionstatic VPNType
static VPNType
Returns the enum constant of this class with the specified name.static VPNType[]
VPNType.values()
Returns an array containing the constants of this enum class, in the order they are declared.abstract VPNType
VirtualNetworkGatewayProperties.vpnType()
Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type VPNTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayProperties.create
(Boolean activeActive, BGPSettings bgpSettings, boolean enableBGP, IdReference gatewayDefaultSite, VirtualNetworkGatewayType gatewayType, List<VirtualNetworkGatewayProperties.IpConfiguration> ipConfigurations, String provisioningState, String resourceGuid, SKU sku, VPNClientConfiguration vpnClientConfiguration, VPNType vpnType)