GetVolumePlainArgs

data class GetVolumePlainArgs(val description: String? = null, val name: String, val region: String? = null) : ConvertibleToJava<GetVolumePlainArgs>

A collection of arguments for invoking getVolume.

Constructors

Link copied to clipboard
constructor(description: String? = null, name: String, region: String? = null)

Properties

Link copied to clipboard
val description: String? = null

Text describing a block storage volume.

Link copied to clipboard

The name of block storage volume.

Link copied to clipboard
val region: String? = null

The region the block storage volume is provisioned in.

Functions

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