public final class Ipv6ExpressRouteCircuitPeeringConfig extends Object
| Constructor and Description |
|---|
Ipv6ExpressRouteCircuitPeeringConfig() |
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitPeeringConfig |
microsoftPeeringConfig()
Get the microsoftPeeringConfig property: The Microsoft peering configuration.
|
String |
primaryPeerAddressPrefix()
Get the primaryPeerAddressPrefix property: The primary address prefix.
|
com.azure.core.management.SubResource |
routeFilter()
Get the routeFilter property: The reference to the RouteFilter resource.
|
String |
secondaryPeerAddressPrefix()
Get the secondaryPeerAddressPrefix property: The secondary address prefix.
|
ExpressRouteCircuitPeeringState |
state()
Get the state property: The state of peering.
|
void |
validate()
Validates the instance.
|
Ipv6ExpressRouteCircuitPeeringConfig |
withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
Set the microsoftPeeringConfig property: The Microsoft peering configuration.
|
Ipv6ExpressRouteCircuitPeeringConfig |
withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)
Set the primaryPeerAddressPrefix property: The primary address prefix.
|
Ipv6ExpressRouteCircuitPeeringConfig |
withRouteFilter(com.azure.core.management.SubResource routeFilter)
Set the routeFilter property: The reference to the RouteFilter resource.
|
Ipv6ExpressRouteCircuitPeeringConfig |
withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
Set the secondaryPeerAddressPrefix property: The secondary address prefix.
|
Ipv6ExpressRouteCircuitPeeringConfig |
withState(ExpressRouteCircuitPeeringState state)
Set the state property: The state of peering.
|
public Ipv6ExpressRouteCircuitPeeringConfig()
public String primaryPeerAddressPrefix()
public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)
primaryPeerAddressPrefix - the primaryPeerAddressPrefix value to set.public String secondaryPeerAddressPrefix()
public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
secondaryPeerAddressPrefix - the secondaryPeerAddressPrefix value to set.public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
microsoftPeeringConfig - the microsoftPeeringConfig value to set.public com.azure.core.management.SubResource routeFilter()
public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(com.azure.core.management.SubResource routeFilter)
routeFilter - the routeFilter value to set.public ExpressRouteCircuitPeeringState state()
public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)
state - the state value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.