Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.VirtualNetworkGateway
- 
Packages that use VirtualNetworkGateway Package Description org.jclouds.azurecompute.arm.domain.vpn org.jclouds.azurecompute.arm.features  - 
- 
Uses of VirtualNetworkGateway in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return VirtualNetworkGateway Modifier and Type Method Description VirtualNetworkGatewayVirtualNetworkGateway.Builder. build()static VirtualNetworkGatewayVirtualNetworkGateway. create(String id, String name, String location, String type, Map<String,String> tags, String etag, VirtualNetworkGatewayProperties properties) - 
Uses of VirtualNetworkGateway in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return VirtualNetworkGateway Modifier and Type Method Description VirtualNetworkGatewayVirtualNetworkGatewayApi. createOrUpdate(String name, String location, Map<String,String> tags, VirtualNetworkGatewayProperties properties)VirtualNetworkGatewayVirtualNetworkGatewayApi. get(String name)Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type VirtualNetworkGateway Modifier and Type Method Description List<VirtualNetworkGateway>VirtualNetworkGatewayApi. list() 
 -