GetVolumeResult

data class GetVolumeResult(val description: String? = null, val dropletIds: List<Int>, val filesystemLabel: String, val filesystemType: String, val id: String, val name: String, val region: String? = null, val size: Int, val tags: List<String>, val urn: String)

A collection of values returned by getVolume.

Constructors

Link copied to clipboard
constructor(description: String? = null, dropletIds: List<Int>, filesystemLabel: String, filesystemType: String, id: String, name: String, region: String? = null, size: Int, tags: List<String>, urn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Text describing a block storage volume.

Link copied to clipboard

A list of associated Droplet ids.

Link copied to clipboard

Filesystem label currently in-use on the block storage volume.

Link copied to clipboard

Filesystem type currently in-use on the block storage volume.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val region: String? = null
Link copied to clipboard
val size: Int

The size of the block storage volume in GiB.

Link copied to clipboard

A list of the tags associated to the Volume.

Link copied to clipboard
val urn: String

The uniform resource name for the storage volume.