Create

pt.tecnico.dsi.openstack.neutron.models.FloatingIp$.Create
See theCreate companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product