Uses of Interface
com.azure.resourcemanager.network.models.Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN
-
Packages that use Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN in com.azure.resourcemanager.network.models
Subinterfaces of Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceIpv6PeeringConfig.UpdateDefinition<ParentT>The entirety of Cross Connection Peering IPv6 configuration definition as part of Cross Connection Peering update.Methods in com.azure.resourcemanager.network.models that return Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN Modifier and Type Method Description Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT>Ipv6PeeringConfig.UpdateDefinitionStages.WithAdvertisedPublicPrefixes. withAdvertisedPublicPrefix(String publicPrefix)Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session.Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT>Ipv6PeeringConfig.UpdateDefinitionStages.WithAdvertisedPublicPrefixes. withAdvertisedPublicPrefixes(List<String> publicPrefixes)Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session.
-