Update

pt.tecnico.dsi.openstack.neutron.models.Subnet$.Update
See theUpdate companion object
case class Update[+IP <: IpAddress](name: Option[String], description: Option[String], gatewayIp: Option[IP], allocationPools: Option[List[AllocationPool[IP]]], hostRoutes: Option[List[Route[IP]]], dnsNameservers: Option[List[IP]], enableDhcp: Option[Boolean], segmentId: Option[String], serviceTypes: Option[List[String]])

Attributes

Companion
object
Source
Subnet.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

Concrete fields

lazy val needsUpdate: Boolean

Attributes

Source
Subnet.scala