Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Ipv6PeeringConfig.Update |
Ipv6PeeringConfig.UpdateStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefix(String publicPrefix)
Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session.
|
Ipv6PeeringConfig.Update |
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.Update |
Ipv6PeeringConfig.UpdateStages.WithCustomerASN.withCustomerASN(int customerASN)
Specifies customer ASN.
|
Ipv6PeeringConfig.Update |
Ipv6PeeringConfig.UpdateStages.WithRouteFilter.withoutRouteFilter()
Remove route filter from IPv6 configuration.
|
Ipv6PeeringConfig.Update |
Ipv6PeeringConfig.UpdateStages.WithPrimaryPeerAddressPrefix.withPrimaryPeerAddressPrefix(String addressPrefix) |
Ipv6PeeringConfig.Update |
Ipv6PeeringConfig.UpdateStages.WithRouteFilter.withRouteFilter(String routeFilterId)
Sets route filter id.
|
Ipv6PeeringConfig.Update |
Ipv6PeeringConfig.UpdateStages.WithRoutingRegistryName.withRoutingRegistryName(String routingRegistryName)
Specifies routing registry name.
|
Ipv6PeeringConfig.Update |
Ipv6PeeringConfig.UpdateStages.WithSecondaryPeerAddressPrefix.withSecondaryPeerAddressPrefix(String addressPrefix) |
Copyright © 2019. All rights reserved.