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
Members list
In this article