Uses of Interface
com.microsoft.azure.management.network.Ipv6PeeringConfig.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of Ipv6PeeringConfig.Update in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionIpv6PeeringConfig.UpdateStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefix
(String publicPrefix) Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session.Ipv6PeeringConfig.UpdateStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefixes
(List<String> publicPrefixes) Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session.Ipv6PeeringConfig.UpdateStages.WithCustomerASN.withCustomerASN
(int customerASN) Specifies customer ASN.Ipv6PeeringConfig.UpdateStages.WithRouteFilter.withoutRouteFilter()
Remove route filter from IPv6 configuration.Ipv6PeeringConfig.UpdateStages.WithPrimaryPeerAddressPrefix.withPrimaryPeerAddressPrefix
(String addressPrefix) Ipv6PeeringConfig.UpdateStages.WithRouteFilter.withRouteFilter
(String routeFilterId) Sets route filter id.Ipv6PeeringConfig.UpdateStages.WithRoutingRegistryName.withRoutingRegistryName
(String routingRegistryName) Specifies routing registry name.Ipv6PeeringConfig.UpdateStages.WithSecondaryPeerAddressPrefix.withSecondaryPeerAddressPrefix
(String addressPrefix)