GetTagResult

data class GetTagResult(val databasesCount: Int, val dropletsCount: Int, val id: String, val imagesCount: Int, val name: String, val totalResourceCount: Int, val volumeSnapshotsCount: Int, val volumesCount: Int)

A collection of values returned by getTag.

Constructors

Link copied to clipboard
constructor(databasesCount: Int, dropletsCount: Int, id: String, imagesCount: Int, name: String, totalResourceCount: Int, volumeSnapshotsCount: Int, volumesCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A count of the database clusters that the tag is applied to.

Link copied to clipboard

A count of the Droplets the tag is applied to.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A count of the images that the tag is applied to.

Link copied to clipboard
Link copied to clipboard

A count of the total number of resources that the tag is applied to.

Link copied to clipboard

A count of the volumes that the tag is applied to.

Link copied to clipboard

A count of the volume snapshots that the tag is applied to.