Package com.mypurecloud.sdk.v2.model
Class DomainNetworkRoute
java.lang.Object
com.mypurecloud.sdk.v2.model.DomainNetworkRoute
- All Implemented Interfaces:
Serializable
DomainNetworkRoute
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe address family for this route. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfamily(DomainNetworkRoute.FamilyEnum family) The address family for this route.inthashCode()The metric being used for route.The IPv4 or IPv6 nexthop IP address.persistent(Boolean persistent) True if this route will persist on Edge restart.The IPv4 or IPv6 route prefix in CIDR notation.voidvoidvoidsetNexthop(String nexthop) voidsetPersistent(Boolean persistent) voidtoString()
-
Constructor Details
-
DomainNetworkRoute
public DomainNetworkRoute() -
DomainNetworkRoute
-
-
Method Details
-
prefix
The IPv4 or IPv6 route prefix in CIDR notation. -
getPrefix
-
setPrefix
-
nexthop
The IPv4 or IPv6 nexthop IP address. -
getNexthop
-
setNexthop
-
persistent
True if this route will persist on Edge restart. Routes assigned by DHCP will be returned as false. -
getPersistent
-
setPersistent
-
metric
The metric being used for route. Lower values will have a higher priority. -
getMetric
-
setMetric
-
family
The address family for this route. -
getFamily
-
setFamily
-
equals
-
hashCode
public int hashCode() -
toString
-