Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.VirtualNetworkGatewayProperties
Packages that use VirtualNetworkGatewayProperties
-
Uses of VirtualNetworkGatewayProperties in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return VirtualNetworkGatewayPropertiesModifier and TypeMethodDescriptionVirtualNetworkGatewayProperties.Builder.build()
VirtualNetworkGatewayProperties.create
(Boolean activeActive, BGPSettings bgpSettings, boolean enableBGP, IdReference gatewayDefaultSite, VirtualNetworkGatewayType gatewayType, List<VirtualNetworkGatewayProperties.IpConfiguration> ipConfigurations, String provisioningState, String resourceGuid, SKU sku, VPNClientConfiguration vpnClientConfiguration, VPNType vpnType) abstract VirtualNetworkGatewayProperties
VirtualNetworkGateway.properties()
Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type VirtualNetworkGatewayPropertiesModifier and TypeMethodDescriptionVirtualNetworkGateway.builder
(String name, String location, VirtualNetworkGatewayProperties properties) static VirtualNetworkGateway
VirtualNetworkGateway.create
(String id, String name, String location, String type, Map<String, String> tags, String etag, VirtualNetworkGatewayProperties properties) abstract VirtualNetworkGateway.Builder
VirtualNetworkGateway.Builder.properties
(VirtualNetworkGatewayProperties properties) -
Uses of VirtualNetworkGatewayProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type VirtualNetworkGatewayPropertiesModifier and TypeMethodDescriptionVirtualNetworkGatewayApi.createOrUpdate
(String name, String location, Map<String, String> tags, VirtualNetworkGatewayProperties properties)