Uses of Class
com.verizon.mec.edsclientsdk.api.IpAddrMode
-
Packages that use IpAddrMode Package Description com.verizon.mec.edsclientsdk.api Verizon MEC Edge Discovery Service Client SDK - API classes. -
-
Uses of IpAddrMode in com.verizon.mec.edsclientsdk.api
Fields in com.verizon.mec.edsclientsdk.api declared as IpAddrMode Modifier and Type Field Description static IpAddrMode
EdgeSvcNetworkAddrTargetingCriteria. DEFAULT_IP_PREFERENCE
Methods in com.verizon.mec.edsclientsdk.api that return IpAddrMode Modifier and Type Method Description IpAddrMode
EdgeSvcNetworkAddrTargetingCriteria. getIpAddressPreference()
Get IP address preference (prefer IPv4 or IPv6)static IpAddrMode
IpAddrMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IpAddrMode[]
IpAddrMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.verizon.mec.edsclientsdk.api with parameters of type IpAddrMode Constructor Description EdgeSvcNetworkAddrTargetingCriteria(java.lang.String svcEndpointsId, android.net.Network targetNetwork, IpAddrMode ipTypePreference, java.lang.String region)
Full Constructor
-