Uses of Class
odata.msgraph.client.beta.complex.VpnRoute
-
Packages that use VpnRoute Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VpnRoute in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VpnRoute Modifier and Type Method Description VpnRouteVpnRoute.Builder. build()VpnRouteVpnRoute. withDestinationPrefix(String destinationPrefix)Returns an immutable copy ofthiswith just thedestinationPrefixfield changed.VpnRouteVpnRoute. withPrefixSize(Integer prefixSize)Returns an immutable copy ofthiswith just theprefixSizefield changed.VpnRouteVpnRoute. withUnmappedField(String name, String value) -
Uses of VpnRoute in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type VpnRoute Modifier and Type Field Description protected List<VpnRoute>Windows10VpnConfiguration. routesMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnRoute Modifier and Type Method 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).Methods in odata.msgraph.client.beta.entity with parameters of type VpnRoute Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. routes(VpnRoute... routes)“Routes (optional for third-party providers).Method parameters in odata.msgraph.client.beta.entity with type arguments of type VpnRoute Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. routes(List<VpnRoute> routes)“Routes (optional for third-party providers).Windows10VpnConfigurationWindows10VpnConfiguration. withRoutes(List<VpnRoute> routes)Returns an immutable copy ofthiswith just theroutesfield changed.
-