ExternalIp

pt.tecnico.dsi.openstack.neutron.models.Router$.ExternalIp
case class ExternalIp(subnetId: String, ipAddress: Option[IpAddress])

Attributes

Source
Router.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Router.scala
def subnet[F[_]](using neutron: NeutronClient[F]): F[Subnet[IpAddress]]

Attributes

Source
Router.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product