Ipv6ExpressRouteCircuitPeeringConfig Class
- java.
lang. Object - com.
microsoft. azure. management. network. Ipv6ExpressRouteCircuitPeeringConfig
- com.
public class Ipv6ExpressRouteCircuitPeeringConfig
Contains IPv6 peering config.
Method Summary
Method Details
microsoftPeeringConfig
public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
Get the microsoftPeeringConfig value.
Returns:
primaryPeerAddressPrefix
public String primaryPeerAddressPrefix()
Get the primaryPeerAddressPrefix value.
Returns:
routeFilter
public RouteFilterInner routeFilter()
Get the routeFilter value.
Returns:
secondaryPeerAddressPrefix
public String secondaryPeerAddressPrefix()
Get the secondaryPeerAddressPrefix value.
Returns:
state
public ExpressRouteCircuitPeeringState state()
Get the state value.
Returns:
withMicrosoftPeeringConfig
public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
Set the microsoftPeeringConfig value.
Parameters:
Returns:
withPrimaryPeerAddressPrefix
public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)
Set the primaryPeerAddressPrefix value.
Parameters:
Returns:
withRouteFilter
public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(RouteFilterInner routeFilter)
Set the routeFilter value.
Parameters:
Returns:
withSecondaryPeerAddressPrefix
public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
Set the secondaryPeerAddressPrefix value.
Parameters:
Returns:
withState
public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)
Set the state value.
Parameters:
Returns:
Applies to
Azure SDK for Java