ExpressRouteCircuitPeeringConfig Class
- java.
lang. Object - com.
microsoft. azure. management. network. ExpressRouteCircuitPeeringConfig
- com.
public class ExpressRouteCircuitPeeringConfig
Specifies the peering configuration.
Constructor | Description | |
---|---|---|
Express |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
advertised Get the communities of bgp peering. |
java.util.List<java.lang.String> |
advertised Get the reference to Advertised |
Express |
advertised Get the advertised public prefix state of the Peering resource. |
java.lang.Integer |
customerASN()
Get the CustomerASN of the peering. |
java.lang.Integer |
legacy Get the legacy mode of the peering. |
java.lang.String |
routing Get the Routing |
Express |
with Set the communities of bgp peering. |
Express |
with Set the reference to Advertised |
Express |
with Set the CustomerASN of the peering. |
Express |
with Set the legacy mode of the peering. |
Express |
with Set the Routing |
ExpressRouteCircuitPeeringConfig
public ExpressRouteCircuitPeeringConfig()
advertisedCommunities
public List
Get the communities of bgp peering. Specified for microsoft peering.
Returns:
advertisedPublicPrefixes
public List
Get the reference to AdvertisedPublicPrefixes.
Returns:
advertisedPublicPrefixesState
public ExpressRouteCircuitPeeringAdvertisedPublicPrefixState advertisedPublicPrefixesState()
Get the advertised public prefix state of the Peering resource. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded'.
Returns:
customerASN
public Integer customerASN()
Get the CustomerASN of the peering.
Returns:
legacyMode
public Integer legacyMode()
Get the legacy mode of the peering.
Returns:
routingRegistryName
public String routingRegistryName()
Get the RoutingRegistryName of the configuration.
Returns:
withAdvertisedCommunities
public ExpressRouteCircuitPeeringConfig withAdvertisedCommunities(List
Set the communities of bgp peering. Specified for microsoft peering.
Parameters:
Returns:
withAdvertisedPublicPrefixes
public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(List
Set the reference to AdvertisedPublicPrefixes.
Parameters:
Returns:
withCustomerASN
public ExpressRouteCircuitPeeringConfig withCustomerASN(Integer customerASN)
Set the CustomerASN of the peering.
Parameters:
Returns:
withLegacyMode
public ExpressRouteCircuitPeeringConfig withLegacyMode(Integer legacyMode)
Set the legacy mode of the peering.
Parameters:
Returns:
withRoutingRegistryName
public ExpressRouteCircuitPeeringConfig withRoutingRegistryName(String routingRegistryName)
Set the RoutingRegistryName of the configuration.
Parameters:
Returns: