Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmIp.IpVersion
-
Packages that use OlvmIp.IpVersion Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmIp.IpVersion in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmIp.IpVersion Modifier and Type Method Description static OlvmIp.IpVersionOlvmIp.IpVersion. create(String key)OlvmIp.IpVersionOlvmIp. getIpVersion()The version of the IP protocol.static OlvmIp.IpVersionOlvmIp.IpVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmIp.IpVersion[]OlvmIp.IpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmIp.IpVersion Modifier and Type Method Description OlvmIp.BuilderOlvmIp.Builder. ipVersion(OlvmIp.IpVersion ipVersion)The version of the IP protocol.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmIp.IpVersion Constructor Description OlvmIp(String address, String gateway, String netmask, OlvmIp.IpVersion ipVersion)Deprecated.
-