SecurityGroupRule

pt.tecnico.dsi.openstack.neutron.models.SecurityGroupRule
See theSecurityGroupRule companion object
case class SecurityGroupRule(id: String, projectId: String, description: String, securityGroupId: String, direction: Direction, ipVersion: IpVersion, protocol: Option[String], portRangeMin: Option[Int], portRangeMax: Option[Int], remote: Option[Either[Cidr[IpAddress], String]], revision: Int, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, links: List[Link]) extends Identifiable

Attributes

Companion
object
Source
SecurityGroupRule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Identifiable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def project[F[_]](using keystone: KeystoneClient[F]): F[Project]

Attributes

Source
SecurityGroupRule.scala
def securityGroup[F[_]](using neutron: NeutronClient[F]): F[SecurityGroup]

Attributes

Source
SecurityGroupRule.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val linksMap: Map[String, Uri]

Attributes

Inherited from:
Identifiable
Source
Identifiable.scala