Uses of Class
com.azure.resourcemanager.network.models.BgpSettings
Packages that use BgpSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of BgpSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BgpSettingsModifier and TypeMethodDescriptionVpnSiteInner.bgpProperties()Get the bgpProperties property: The set of bgp properties.VpnSiteProperties.bgpProperties()Get the bgpProperties property: The set of bgp properties.LocalNetworkGatewayInner.bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.LocalNetworkGatewayPropertiesFormat.bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.VirtualNetworkGatewayInner.bgpSettings()Get the bgpSettings property: Virtual network gateway's BGP speaker settings.VirtualNetworkGatewayPropertiesFormat.bgpSettings()Get the bgpSettings property: Virtual network gateway's BGP speaker settings.VpnGatewayInner.bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.VpnGatewayProperties.bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type BgpSettingsModifier and TypeMethodDescriptionVpnSiteInner.withBgpProperties(BgpSettings bgpProperties) Set the bgpProperties property: The set of bgp properties.VpnSiteProperties.withBgpProperties(BgpSettings bgpProperties) Set the bgpProperties property: The set of bgp properties.LocalNetworkGatewayInner.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Local network gateway's BGP speaker settings.LocalNetworkGatewayPropertiesFormat.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Local network gateway's BGP speaker settings.VirtualNetworkGatewayInner.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Virtual network gateway's BGP speaker settings.VirtualNetworkGatewayPropertiesFormat.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Virtual network gateway's BGP speaker settings.VpnGatewayInner.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Local network gateway's BGP speaker settings.VpnGatewayProperties.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Local network gateway's BGP speaker settings. -
Uses of BgpSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return BgpSettingsModifier and TypeMethodDescriptionLocalNetworkGateway.bgpSettings()Gets local network gateway's BGP speaker settings.VirtualNetworkGateway.bgpSettings()Gets virtual network gateway's BGP speaker settings.static BgpSettingsBgpSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BgpSettings from the JsonReader.Set the asn property: The BGP speaker's ASN.BgpSettings.withBgpPeeringAddress(String bgpPeeringAddress) Set the bgpPeeringAddress property: The BGP peering address and BGP identifier of this BGP speaker.BgpSettings.withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses) Set the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway.BgpSettings.withPeerWeight(Integer peerWeight) Set the peerWeight property: The weight added to routes learned from this BGP speaker.