Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.LocalNetworkGatewayProperties
Packages that use LocalNetworkGatewayProperties
-
Uses of LocalNetworkGatewayProperties in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return LocalNetworkGatewayPropertiesModifier and TypeMethodDescriptionabstract LocalNetworkGatewayProperties
LocalNetworkGatewayProperties.Builder.build()
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 LocalNetworkGatewayPropertiesModifier and TypeMethodDescriptionstatic 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 LocalNetworkGatewayPropertiesModifier and TypeMethodDescriptionLocalNetworkGatewayApi.createOrUpdate
(String name, String location, Map<String, String> tags, LocalNetworkGatewayProperties properties)