All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.jeffshaw.digitalocean.NetworkV4.scala Maven / Gradle / Ivy

package me.jeffshaw.digitalocean

import java.net.Inet4Address

case class NetworkV4(
  ipAddress: Inet4Address,
  gateway: Inet4Address,
  netmask: Option[Inet4Address],
  cidr: Option[Int],
  `type`: NetworkType
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy