Create

pt.tecnico.dsi.openstack.neutron.models.SecurityGroupRule$.Create
See theCreate companion object
case class Create(securityGroupId: String, projectId: Option[String], direction: Direction, ipVersion: IpVersion, protocol: Option[String], portRangeMin: Option[Int], portRangeMax: Option[Int], remote: Option[Either[Cidr[IpAddress], String]], description: String)

Attributes

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