| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRoute |
EffectiveRoute.withAddressPrefix(List<String> addressPrefix)
Set the address prefixes of the effective routes in CIDR notation.
|
EffectiveRoute |
EffectiveRoute.withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation)
Set if true, on-premises routes are not propagated to the network interfaces in the subnet.
|
EffectiveRoute |
EffectiveRoute.withName(String name)
Set the name of the user defined route.
|
EffectiveRoute |
EffectiveRoute.withNextHopIpAddress(List<String> nextHopIpAddress)
Set the IP address of the next hop of the effective route.
|
EffectiveRoute |
EffectiveRoute.withNextHopType(RouteNextHopType nextHopType)
Set the type of Azure hop the packet should be sent to.
|
EffectiveRoute |
EffectiveRoute.withSource(EffectiveRouteSource source)
Set who created the route.
|
EffectiveRoute |
EffectiveRoute.withState(EffectiveRouteState state)
Set the value of effective route.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/