GetVolumeSnapshotResult

data class GetVolumeSnapshotResult(val createdAt: 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, val tags: List<String>, val volumeId: String)

A collection of values returned by getVolumeSnapshot.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the volume snapshot was created.

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 volume to be created based on this volume 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 volume snapshot is available.

Link copied to clipboard

The billable size of the volume snapshot in gigabytes.

Link copied to clipboard

A list of the tags associated to the volume snapshot.

Link copied to clipboard

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