Network

pt.tecnico.dsi.openstack.neutron.models.Network$
See theNetwork companion class
object Network

Attributes

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

Members list

Type members

Classlikes

case class Create(name: String, description: String, mtu: Option[Int], dnsDomain: Option[String], segments: Option[List[Segment]], adminStateUp: Option[Boolean], portSecurityEnabled: Option[Boolean], routerExternal: Option[Boolean], shared: Option[Boolean], isDefault: Option[Boolean], availabilityZoneHints: Option[List[String]], projectId: Option[String])

Attributes

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

Attributes

Companion
class
Source
Network.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Create.type
case class Segment(`type`: String, physicalNetwork: Option[String], segmentationId: Option[Int])

Attributes

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

Attributes

Companion
class
Source
Network.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Segment.type
sealed case class Update(name: Option[String], description: Option[String], mtu: Option[Int], dnsDomain: Option[String], segments: Option[List[Segment]], adminStateUp: Option[Boolean], portSecurityEnabled: Option[Boolean], routerExternal: Option[Boolean], shared: Option[Boolean], isDefault: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
Network.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