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 VirtualNetworkGateway
VirtualNetworkGateway.Builder. build()
static VirtualNetworkGateway
VirtualNetworkGateway. 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 VirtualNetworkGateway
VirtualNetworkGatewayApi. createOrUpdate(String name, String location, Map<String,String> tags, VirtualNetworkGatewayProperties properties)
VirtualNetworkGateway
VirtualNetworkGatewayApi. 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()
-