FloatingIp

pt.tecnico.dsi.openstack.neutron.models.FloatingIp$
See theFloatingIp companion class
object FloatingIp

Attributes

Companion
class
Source
FloatingIp.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FloatingIp.type

Members list

Type members

Classlikes

case class Create[+IP <: IpAddress](floatingNetworkId: String, portId: Option[String], fixedIpAddress: Option[IP], floatingIpAddress: Option[IP], description: String, subnetId: Option[String], dnsName: Option[String], dnsDomain: Option[String], projectId: Option[String])

Attributes

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

Attributes

Companion
class
Source
FloatingIp.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Create.type
case class PortForwarding[+IP <: IpAddress](protocol: String, internalIpAddress: IP, internalPort: Int, externalPort: Int)

Attributes

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

Attributes

Companion
class
Source
FloatingIp.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Update[+IP <: IpAddress](portId: Option[String], fixedIpAddress: Option[IP], description: Option[String])

Attributes

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

Attributes

Companion
class
Source
FloatingIp.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Update.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete fields

val renames: Map[String, String]

Attributes

Source
FloatingIp.scala