Uses of Interface
com.azure.resourcemanager.network.models.Ipv6PeeringConfig.Update
-
Packages that use Ipv6PeeringConfig.Update Package Description com.azure.resourcemanager.network.models 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.Update Modifier and Type Method Description Ipv6PeeringConfig.UpdateIpv6PeeringConfig.UpdateStages.WithAdvertisedPublicPrefixes. withAdvertisedPublicPrefix(String publicPrefix)Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session.Ipv6PeeringConfig.UpdateIpv6PeeringConfig.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.UpdateIpv6PeeringConfig.UpdateStages.WithCustomerASN. withCustomerAsn(int customerASN)Specifies customer ASN.Ipv6PeeringConfig.UpdateIpv6PeeringConfig.UpdateStages.WithRouteFilter. withoutRouteFilter()Remove route filter from IPv6 configuration.Ipv6PeeringConfig.UpdateIpv6PeeringConfig.UpdateStages.WithPrimaryPeerAddressPrefix. withPrimaryPeerAddressPrefix(String addressPrefix)Ipv6PeeringConfig.UpdateIpv6PeeringConfig.UpdateStages.WithRouteFilter. withRouteFilter(String routeFilterId)Sets route filter id.Ipv6PeeringConfig.UpdateIpv6PeeringConfig.UpdateStages.WithRoutingRegistryName. withRoutingRegistryName(String routingRegistryName)Specifies routing registry name.Ipv6PeeringConfig.UpdateIpv6PeeringConfig.UpdateStages.WithSecondaryPeerAddressPrefix. withSecondaryPeerAddressPrefix(String addressPrefix)
-