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 LocalNetworkGatewayProperties
LocalNetworkGatewayProperties.Builder. build()
static LocalNetworkGatewayProperties
LocalNetworkGatewayProperties. create(BGPSettings bgpSettings, String gatewayIpAddress, AddressSpace localNetworkAddressSpace, String provisioningState, String resourceGuid)
abstract LocalNetworkGatewayProperties
LocalNetworkGateway. properties()
Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type LocalNetworkGatewayProperties Modifier and Type Method Description static LocalNetworkGateway.Builder
LocalNetworkGateway. builder(String name, String location, LocalNetworkGatewayProperties properties)
static LocalNetworkGateway
LocalNetworkGateway. create(String id, String name, String location, String type, Map<String,String> tags, String etag, LocalNetworkGatewayProperties properties)
abstract LocalNetworkGateway.Builder
LocalNetworkGateway.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 LocalNetworkGateway
LocalNetworkGatewayApi. createOrUpdate(String name, String location, Map<String,String> tags, LocalNetworkGatewayProperties properties)
-