public class Ipv6ExpressRouteCircuitPeeringConfig extends Object
Constructor and Description |
---|
Ipv6ExpressRouteCircuitPeeringConfig() |
Modifier and Type | Method and Description |
---|---|
ExpressRouteCircuitPeeringConfig |
microsoftPeeringConfig()
Get the microsoftPeeringConfig value.
|
String |
primaryPeerAddressPrefix()
Get the primaryPeerAddressPrefix value.
|
com.microsoft.azure.management.network.implementation.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(com.microsoft.azure.management.network.implementation.RouteFilterInner routeFilter)
Set the routeFilter value.
|
Ipv6ExpressRouteCircuitPeeringConfig |
withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
Set the secondaryPeerAddressPrefix value.
|
Ipv6ExpressRouteCircuitPeeringConfig |
withState(ExpressRouteCircuitPeeringState state)
Set the state value.
|
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.management.network.implementation.RouteFilterInner routeFilter()
public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(com.microsoft.azure.management.network.implementation.RouteFilterInner routeFilter)
routeFilter
- the routeFilter value to setpublic ExpressRouteCircuitPeeringState state()
public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)
state
- the state value to setCopyright © 2019. All rights reserved.