public final class VirtualHubRouteTable extends Object
| Constructor and Description |
|---|
VirtualHubRouteTable() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualHubRoute> |
routes()
Get the routes property: List of all routes.
|
void |
validate()
Validates the instance.
|
VirtualHubRouteTable |
withRoutes(List<VirtualHubRoute> routes)
Set the routes property: List of all routes.
|
public List<VirtualHubRoute> routes()
public VirtualHubRouteTable withRoutes(List<VirtualHubRoute> routes)
routes - the routes value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.