Class/Object

me.jeffshaw.digitalocean

Droplet

Related Docs: object Droplet | package digitalocean

Permalink

case class Droplet(id: BigInt, name: String, memory: BigInt, vcpus: BigInt, disk: BigInt, region: Region, image: Image, kernel: Kernel, size: Size, locked: Boolean, createdAt: Instant, status: Status, networks: Networks, backupIds: Seq[BigInt], snapshotIds: Seq[BigInt], features: Seq[String], nextBackupWindow: BackupWindow, tags: Seq[String], volumeIds: Seq[String]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Droplet
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Droplet(id: BigInt, name: String, memory: BigInt, vcpus: BigInt, disk: BigInt, region: Region, image: Image, kernel: Kernel, size: Size, locked: Boolean, createdAt: Instant, status: Status, networks: Networks, backupIds: Seq[BigInt], snapshotIds: Seq[BigInt], features: Seq[String], nextBackupWindow: BackupWindow, tags: Seq[String], volumeIds: Seq[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def action(actionId: BigInt)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  5. def actions()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Iterator[Action]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attach(volume: Volume)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  8. def attach(volumeId: String)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  9. def attachByName(name: String)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  10. val backupIds: Seq[BigInt]

    Permalink
  11. def backups(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Iterator[Image]]

    Permalink
  12. def changeKernel(kernel: Kernel)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  13. def changeKernel(kernelId: BigInt)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val createdAt: Instant

    Permalink
  16. def delete()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[DropletDeletion]

    Permalink
  17. def detach(volume: Volume)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  18. def detach(volumeId: String)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  19. def detachByName(name: String)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  20. def disableBackups(kernel: Kernel)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  21. val disk: BigInt

    Permalink
  22. def enableIPv6()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  23. def enablePrivateNetworking(kernel: Kernel)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Droplet → Equals → AnyRef → Any
  26. def exists(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Boolean]

    Permalink
  27. val features: Seq[String]

    Permalink
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    Droplet → AnyRef → Any
  31. val id: BigInt

    Permalink
  32. val image: Image

    Permalink
  33. def isDeleted()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Boolean]

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. val kernel: Kernel

    Permalink
  36. def kernels(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Iterator[Kernel]]

    Permalink
  37. val locked: Boolean

    Permalink
  38. val memory: BigInt

    Permalink
  39. val name: String

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. def neighbors()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Iterator[Droplet]]

    Permalink
  42. val networks: Networks

    Permalink
  43. val nextBackupWindow: BackupWindow

    Permalink
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. def passwordReset()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  47. def powerCycle()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  48. def powerOff()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  49. def powerOn()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  50. def reboot()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  51. def rebuild(image: Image)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  52. def rebuild(imageId: BigInt)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  53. def rebuild(imageSlug: String)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  54. def refresh()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Droplet]

    Permalink
  55. val region: Region

    Permalink
  56. def rename(name: String)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  57. def resize(size: SizeEnum)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  58. def restore(imageId: BigInt)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  59. def restore(image: Image)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  60. def shutdown()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  61. val size: Size

    Permalink
  62. def snapshot(name: Option[String] = None)(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Action]

    Permalink
  63. val snapshotIds: Seq[BigInt]

    Permalink
  64. def snapshots()(implicit client: DigitalOceanClient, ec: ExecutionContext): Future[Iterator[Image]]

    Permalink
  65. val status: Status

    Permalink
  66. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  67. val tags: Seq[String]

    Permalink
  68. val vcpus: BigInt

    Permalink
  69. val volumeIds: Seq[String]

    Permalink
  70. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped