| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
VpnRoute |
VpnRoute.Builder.build() |
VpnRoute |
VpnRoute.withDestinationPrefix(String destinationPrefix)
Returns an immutable copy of
this with just the destinationPrefix
field changed. |
VpnRoute |
VpnRoute.withPrefixSize(Integer prefixSize)
Returns an immutable copy of
this with just the prefixSize field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<VpnRoute> |
Windows10VpnConfiguration.routes |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<VpnRoute> |
Windows10VpnConfiguration.getRoutes()
“Routes (optional for third-party providers).
|
com.github.davidmoten.odata.client.CollectionPage<VpnRoute> |
Windows10VpnConfiguration.getRoutes(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Routes (optional for third-party providers).
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.routes(VpnRoute... routes)
“Routes (optional for third-party providers).
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.routes(List<VpnRoute> routes)
“Routes (optional for third-party providers).
|
Copyright © 2018–2020. All rights reserved.