| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRoute |
EffectiveRoute.withAddressPrefix(List<String> addressPrefix)
Set the addressPrefix property: The address prefixes of the effective routes in CIDR notation.
|
EffectiveRoute |
EffectiveRoute.withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation)
Set the disableBgpRoutePropagation property: If true, on-premises routes are not propagated to the network
interfaces in the subnet.
|
EffectiveRoute |
EffectiveRoute.withName(String name)
Set the name property: The name of the user defined route.
|
EffectiveRoute |
EffectiveRoute.withNextHopIpAddress(List<String> nextHopIpAddress)
Set the nextHopIpAddress property: The IP address of the next hop of the effective route.
|
EffectiveRoute |
EffectiveRoute.withNextHopType(RouteNextHopType nextHopType)
Set the nextHopType property: The type of Azure hop the packet should be sent to.
|
EffectiveRoute |
EffectiveRoute.withSource(EffectiveRouteSource source)
Set the source property: Who created the route.
|
EffectiveRoute |
EffectiveRoute.withState(EffectiveRouteState state)
Set the state property: The value of effective route.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.