public class Ipv6ExpressRouteCircuitPeeringConfig extends Object
| Constructor and Description |
|---|
Ipv6ExpressRouteCircuitPeeringConfig() |
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitPeeringConfig |
microsoftPeeringConfig()
Get the Microsoft peering configuration.
|
String |
primaryPeerAddressPrefix()
Get the primary address prefix.
|
com.microsoft.azure.SubResource |
routeFilter()
Get the reference to the RouteFilter resource.
|
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(com.microsoft.azure.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.
|
public Ipv6ExpressRouteCircuitPeeringConfig()
public String primaryPeerAddressPrefix()
public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)
primaryPeerAddressPrefix - the primaryPeerAddressPrefix value to setpublic String secondaryPeerAddressPrefix()
public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
secondaryPeerAddressPrefix - the secondaryPeerAddressPrefix value to setpublic ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
microsoftPeeringConfig - the microsoftPeeringConfig value to setpublic com.microsoft.azure.SubResource routeFilter()
public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(com.microsoft.azure.SubResource routeFilter)
routeFilter - the routeFilter value to setpublic ExpressRouteCircuitPeeringState state()
public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)
state - the state value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/