Class Ipv6ExpressRouteCircuitPeeringConfig
- java.lang.Object
-
- com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig
-
public class Ipv6ExpressRouteCircuitPeeringConfig extends Object
Contains IPv6 peering config.
-
-
Constructor Summary
Constructors Constructor Description Ipv6ExpressRouteCircuitPeeringConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressRouteCircuitPeeringConfigmicrosoftPeeringConfig()Get the microsoftPeeringConfig value.StringprimaryPeerAddressPrefix()Get the primaryPeerAddressPrefix value.com.microsoft.azure.management.network.implementation.RouteFilterInnerrouteFilter()Get the routeFilter value.StringsecondaryPeerAddressPrefix()Get the secondaryPeerAddressPrefix value.ExpressRouteCircuitPeeringStatestate()Get the state value.Ipv6ExpressRouteCircuitPeeringConfigwithMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)Set the microsoftPeeringConfig value.Ipv6ExpressRouteCircuitPeeringConfigwithPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)Set the primaryPeerAddressPrefix value.Ipv6ExpressRouteCircuitPeeringConfigwithRouteFilter(com.microsoft.azure.management.network.implementation.RouteFilterInner routeFilter)Set the routeFilter value.Ipv6ExpressRouteCircuitPeeringConfigwithSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)Set the secondaryPeerAddressPrefix value.Ipv6ExpressRouteCircuitPeeringConfigwithState(ExpressRouteCircuitPeeringState state)Set the state value.
-
-
-
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.
-
state
public ExpressRouteCircuitPeeringState state()
Get the state value.- Returns:
- the state value
-
withState
public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)
Set the state value.- Parameters:
state- the state value to set- Returns:
- the Ipv6ExpressRouteCircuitPeeringConfig object itself.
-
-