FloatingIp

pt.tecnico.dsi.openstack.neutron.models.FloatingIp
See theFloatingIp companion object
case class FloatingIp[+IP <: IpAddress](id: String, description: String, projectId: String, status: String, floatingNetworkId: String, dnsName: Option[String], dnsDomain: Option[String], fixedIpAddress: Option[IP], floatingIpAddress: IP, routerId: Option[String], portId: Option[String], portForwardings: List[PortForwarding[IP]], revision: Int, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, tags: List[String], links: List[Link]) extends Identifiable

Attributes

Companion
object
Source
FloatingIp.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Identifiable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def floatingNetwork[F[_]](using neutron: NeutronClient[F]): F[Network]

Attributes

Source
FloatingIp.scala
def project[F[_]](using keystone: KeystoneClient[F]): F[Project]

Attributes

Source
FloatingIp.scala
def router[F[_]](using evidence$1: Concurrent[F], neutron: NeutronClient[F]): F[Option[Router]]

Attributes

Source
FloatingIp.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val linksMap: Map[String, Uri]

Attributes

Inherited from:
Identifiable
Source
Identifiable.scala