Ipv6ExpressRouteCircuitPeeringConfig Class

  • java.lang.Object
    • com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig

public class Ipv6ExpressRouteCircuitPeeringConfig

Contains IPv6 peering config.

Method Summary

Modifier and Type Method and Description
ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

Get the microsoftPeeringConfig value.

String primaryPeerAddressPrefix()

Get the primaryPeerAddressPrefix value.

RouteFilterInner routeFilter()

Get the routeFilter value.

String secondaryPeerAddressPrefix()

Get the secondaryPeerAddressPrefix value.

ExpressRouteCircuitPeeringState state()

Get the state value.

Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)

Set the microsoftPeeringConfig value.

Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)

Set the primaryPeerAddressPrefix value.

Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(RouteFilterInner routeFilter)

Set the routeFilter value.

Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)

Set the secondaryPeerAddressPrefix value.

Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)

Set the state value.

Method Details

microsoftPeeringConfig

public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

Get the microsoftPeeringConfig value.

Returns:

the microsoftPeeringConfig value

primaryPeerAddressPrefix

public String primaryPeerAddressPrefix()

Get the primaryPeerAddressPrefix value.

Returns:

the primaryPeerAddressPrefix value

routeFilter

public RouteFilterInner routeFilter()

Get the routeFilter value.

Returns:

the routeFilter value

secondaryPeerAddressPrefix

public String secondaryPeerAddressPrefix()

Get the secondaryPeerAddressPrefix value.

Returns:

the secondaryPeerAddressPrefix value

state

public ExpressRouteCircuitPeeringState state()

Get the state value.

Returns:

the state value

withMicrosoftPeeringConfig

public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)

Set the microsoftPeeringConfig value.

Parameters:

microsoftPeeringConfig - the microsoftPeeringConfig value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withPrimaryPeerAddressPrefix

public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)

Set the primaryPeerAddressPrefix value.

Parameters:

primaryPeerAddressPrefix - the primaryPeerAddressPrefix value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withRouteFilter

public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(RouteFilterInner routeFilter)

Set the routeFilter value.

Parameters:

routeFilter - the routeFilter value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withSecondaryPeerAddressPrefix

public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)

Set the secondaryPeerAddressPrefix value.

Parameters:

secondaryPeerAddressPrefix - the secondaryPeerAddressPrefix value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withState

public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)

Set the state value.

Parameters:

state - the state value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

Applies to