java.lang.Object
com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig
public class Ipv6ExpressRouteCircuitPeeringConfig
extends Object
Contains IPv6 peering config.
-
Constructor Summary
Constructors
-
Method Summary
Get the Microsoft peering configuration.
Get the primary address prefix.
com.microsoft.azure.SubResource
Get the reference to the RouteFilter resource.
Get the secondary address prefix.
Get the state of peering.
Set the Microsoft peering configuration.
Set the primary address prefix.
Set the reference to the RouteFilter resource.
Set the secondary address prefix.
Set the state of peering.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Ipv6ExpressRouteCircuitPeeringConfig
public Ipv6ExpressRouteCircuitPeeringConfig()
-
Method Details
-
primaryPeerAddressPrefix
public String primaryPeerAddressPrefix()
Get the primary address prefix.
- Returns:
- the primaryPeerAddressPrefix value
-
withPrimaryPeerAddressPrefix
Set the primary address prefix.
- Parameters:
primaryPeerAddressPrefix
- the primaryPeerAddressPrefix value to set
- Returns:
- the Ipv6ExpressRouteCircuitPeeringConfig object itself.
-
secondaryPeerAddressPrefix
public String secondaryPeerAddressPrefix()
Get the secondary address prefix.
- Returns:
- the secondaryPeerAddressPrefix value
-
withSecondaryPeerAddressPrefix
Set the secondary address prefix.
- Parameters:
secondaryPeerAddressPrefix
- the secondaryPeerAddressPrefix value to set
- Returns:
- the Ipv6ExpressRouteCircuitPeeringConfig object itself.
-
microsoftPeeringConfig
Get the Microsoft peering configuration.
- Returns:
- the microsoftPeeringConfig value
-
withMicrosoftPeeringConfig
Set the Microsoft peering configuration.
- Parameters:
microsoftPeeringConfig
- the microsoftPeeringConfig value to set
- Returns:
- the Ipv6ExpressRouteCircuitPeeringConfig object itself.
-
routeFilter
public com.microsoft.azure.SubResource routeFilter()
Get the reference to the RouteFilter resource.
- Returns:
- the routeFilter value
-
withRouteFilter
Set the reference to the RouteFilter resource.
- Parameters:
routeFilter
- the routeFilter value to set
- Returns:
- the Ipv6ExpressRouteCircuitPeeringConfig object itself.
-
state
Get the state of peering. Possible values include: 'Disabled', 'Enabled'.
- Returns:
- the state value
-
withState
Set the state of peering. Possible values include: 'Disabled', 'Enabled'.
- Parameters:
state
- the state value to set
- Returns:
- the Ipv6ExpressRouteCircuitPeeringConfig object itself.