Keypair

pt.tecnico.dsi.openstack.nova.models.Keypair
See theKeypair companion object
final case class Keypair(name: String, publicKey: String, fingerprint: String, deleted: Boolean, userId: String, createdAt: LocalDateTime, updatedAt: Option[OffsetDateTime], deletedAt: Option[OffsetDateTime]) extends Identifiable

Attributes

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

override def id: String

Attributes

Definition Classes
Source
Keypair.scala
def user[F[_]](using keystone: KeystoneClient[F]): F[User]

Attributes

Source
Keypair.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