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