Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.LocalNetworkGatewayProperties
- 
Packages that use LocalNetworkGatewayProperties Package Description org.jclouds.azurecompute.arm.domain.vpn org.jclouds.azurecompute.arm.features  - 
- 
Uses of LocalNetworkGatewayProperties in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return LocalNetworkGatewayProperties Modifier and Type Method Description abstract LocalNetworkGatewayPropertiesLocalNetworkGatewayProperties.Builder. build()static LocalNetworkGatewayPropertiesLocalNetworkGatewayProperties. create(BGPSettings bgpSettings, String gatewayIpAddress, AddressSpace localNetworkAddressSpace, String provisioningState, String resourceGuid)abstract LocalNetworkGatewayPropertiesLocalNetworkGateway. properties()Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type LocalNetworkGatewayProperties Modifier and Type Method Description static LocalNetworkGateway.BuilderLocalNetworkGateway. builder(String name, String location, LocalNetworkGatewayProperties properties)static LocalNetworkGatewayLocalNetworkGateway. create(String id, String name, String location, String type, Map<String,String> tags, String etag, LocalNetworkGatewayProperties properties)abstract LocalNetworkGateway.BuilderLocalNetworkGateway.Builder. properties(LocalNetworkGatewayProperties properties) - 
Uses of LocalNetworkGatewayProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type LocalNetworkGatewayProperties Modifier and Type Method Description LocalNetworkGatewayLocalNetworkGatewayApi. createOrUpdate(String name, String location, Map<String,String> tags, LocalNetworkGatewayProperties properties) 
 -