Uses of Class
com.mypurecloud.sdk.v2.model.DomainNetworkRoute
Packages that use DomainNetworkRoute
-
Uses of DomainNetworkRoute in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DomainNetworkRouteModifier and TypeMethodDescriptionDomainNetworkRoute.family(DomainNetworkRoute.FamilyEnum family) The address family for this route.The metric being used for route.The IPv4 or IPv6 nexthop IP address.DomainNetworkRoute.persistent(Boolean persistent) True if this route will persist on Edge restart.The IPv4 or IPv6 route prefix in CIDR notation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DomainNetworkRouteMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DomainNetworkRouteModifier and TypeMethodDescriptionDomainLogicalInterface.routes(List<DomainNetworkRoute> routes) The list of routes assigned to this interface.voidDomainLogicalInterface.setRoutes(List<DomainNetworkRoute> routes)