Ipv6ExpressRouteCircuitPeeringConfig Class

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

public class Ipv6ExpressRouteCircuitPeeringConfig

Contains IPv6 peering config.

Constructor Summary

Constructor Description
Ipv6ExpressRouteCircuitPeeringConfig()

Method Summary

Modifier and Type Method and Description
ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

Get the Microsoft peering configuration.

java.lang.String primaryPeerAddressPrefix()

Get the primary address prefix.

com.microsoft.azure.SubResource routeFilter()

Get the reference to the RouteFilter resource.

java.lang.String secondaryPeerAddressPrefix()

Get the secondary address prefix.

ExpressRouteCircuitPeeringState state()

Get the state of peering.

Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)

Set the Microsoft peering configuration.

Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)

Set the primary address prefix.

Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(SubResource routeFilter)

Set the reference to the RouteFilter resource.

Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)

Set the secondary address prefix.

Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)

Set the state of peering.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Ipv6ExpressRouteCircuitPeeringConfig

public Ipv6ExpressRouteCircuitPeeringConfig()

Method Details

microsoftPeeringConfig

public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

Get the Microsoft peering configuration.

Returns:

the microsoftPeeringConfig value

primaryPeerAddressPrefix

public String primaryPeerAddressPrefix()

Get the primary address prefix.

Returns:

the primaryPeerAddressPrefix value

routeFilter

public SubResource routeFilter()

Get the reference to the RouteFilter resource.

Returns:

the routeFilter value

secondaryPeerAddressPrefix

public String secondaryPeerAddressPrefix()

Get the secondary address prefix.

Returns:

the secondaryPeerAddressPrefix value

state

public ExpressRouteCircuitPeeringState state()

Get the state of peering. Possible values include: 'Disabled', 'Enabled'.

Returns:

the state value

withMicrosoftPeeringConfig

public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)

Set the Microsoft peering configuration.

Parameters:

microsoftPeeringConfig - the microsoftPeeringConfig value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withPrimaryPeerAddressPrefix

public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)

Set the primary address prefix.

Parameters:

primaryPeerAddressPrefix - the primaryPeerAddressPrefix value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withRouteFilter

public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(SubResource routeFilter)

Set the reference to the RouteFilter resource.

Parameters:

routeFilter - the routeFilter value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withSecondaryPeerAddressPrefix

public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)

Set the secondary address prefix.

Parameters:

secondaryPeerAddressPrefix - the secondaryPeerAddressPrefix value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

withState

public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)

Set the state of peering. Possible values include: 'Disabled', 'Enabled'.

Parameters:

state - the state value to set

Returns:

the Ipv6ExpressRouteCircuitPeeringConfig object itself.

Applies to