GetDropletSnapshotResult

data class GetDropletSnapshotResult(val createdAt: String, val dropletId: String, val id: String, val minDiskSize: Int, val mostRecent: Boolean? = null, val name: String? = null, val nameRegex: String? = null, val region: String? = null, val regions: List<String>, val size: Double)

A collection of values returned by getDropletSnapshot.

Constructors

Link copied to clipboard
constructor(createdAt: String, dropletId: String, id: String, minDiskSize: Int, mostRecent: Boolean? = null, name: String? = null, nameRegex: String? = null, region: String? = null, regions: List<String>, size: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the Droplet snapshot was created.

Link copied to clipboard

The ID of the Droplet from which the Droplet snapshot originated.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The minimum size in gigabytes required for a Droplet to be created based on this Droplet snapshot.

Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard
val region: String? = null
Link copied to clipboard

A list of DigitalOcean region "slugs" indicating where the Droplet snapshot is available.

Link copied to clipboard

The billable size of the Droplet snapshot in gigabytes.