Uses of Interface
com.azure.resourcemanager.network.models.Ipv6PeeringConfig.Update
Packages that use Ipv6PeeringConfig.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Ipv6PeeringConfig.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return Ipv6PeeringConfig.UpdateModifier 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) Specifies primary peer address prefix.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) Specifies secondary peer address prefix.