public class VirtualHubRoute extends Object
| Constructor and Description |
|---|
VirtualHubRoute() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addressPrefixes()
Get list of all addressPrefixes.
|
String |
nextHopIpAddress()
Get nextHop ip address.
|
VirtualHubRoute |
withAddressPrefixes(List<String> addressPrefixes)
Set list of all addressPrefixes.
|
VirtualHubRoute |
withNextHopIpAddress(String nextHopIpAddress)
Set nextHop ip address.
|
public List<String> addressPrefixes()
public VirtualHubRoute withAddressPrefixes(List<String> addressPrefixes)
addressPrefixes - the addressPrefixes value to setpublic String nextHopIpAddress()
public VirtualHubRoute withNextHopIpAddress(String nextHopIpAddress)
nextHopIpAddress - the nextHopIpAddress value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/