GetVolumePlainArgs

data class GetVolumePlainArgs(val filters: List<GetVolumeFilter>? = null, val mostRecent: Boolean? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVolumePlainArgs>

A collection of arguments for invoking getVolume.

Constructors

Link copied to clipboard
constructor(filters: List<GetVolumeFilter>? = null, mostRecent: Boolean? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

One or more name/value pairs to filter off of. There are several valid keys, for a full reference, check out 1.

Link copied to clipboard
val mostRecent: Boolean? = null

If more than one result is returned, use the most recent volume.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags for the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetVolumePlainArgs