Class Ipv6ExpressRouteCircuitPeeringConfig


  • public class Ipv6ExpressRouteCircuitPeeringConfig
    extends Object
    Contains IPv6 peering config.
    • Constructor Detail

      • Ipv6ExpressRouteCircuitPeeringConfig

        public Ipv6ExpressRouteCircuitPeeringConfig()
    • Method Detail

      • primaryPeerAddressPrefix

        public String primaryPeerAddressPrefix()
        Get the primaryPeerAddressPrefix value.
        Returns:
        the primaryPeerAddressPrefix value
      • withPrimaryPeerAddressPrefix

        public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix​(String primaryPeerAddressPrefix)
        Set the primaryPeerAddressPrefix value.
        Parameters:
        primaryPeerAddressPrefix - the primaryPeerAddressPrefix value to set
        Returns:
        the Ipv6ExpressRouteCircuitPeeringConfig object itself.
      • secondaryPeerAddressPrefix

        public String secondaryPeerAddressPrefix()
        Get the secondaryPeerAddressPrefix value.
        Returns:
        the secondaryPeerAddressPrefix value
      • withSecondaryPeerAddressPrefix

        public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix​(String secondaryPeerAddressPrefix)
        Set the secondaryPeerAddressPrefix value.
        Parameters:
        secondaryPeerAddressPrefix - the secondaryPeerAddressPrefix value to set
        Returns:
        the Ipv6ExpressRouteCircuitPeeringConfig object itself.
      • microsoftPeeringConfig

        public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
        Get the microsoftPeeringConfig value.
        Returns:
        the microsoftPeeringConfig value
      • withMicrosoftPeeringConfig

        public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig​(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
        Set the microsoftPeeringConfig value.
        Parameters:
        microsoftPeeringConfig - the microsoftPeeringConfig value to set
        Returns:
        the Ipv6ExpressRouteCircuitPeeringConfig object itself.
      • routeFilter

        public com.microsoft.azure.management.network.implementation.RouteFilterInner routeFilter()
        Get the routeFilter value.
        Returns:
        the routeFilter value
      • withRouteFilter

        public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter​(com.microsoft.azure.management.network.implementation.RouteFilterInner routeFilter)
        Set the routeFilter value.
        Parameters:
        routeFilter - the routeFilter value to set
        Returns:
        the Ipv6ExpressRouteCircuitPeeringConfig object itself.