AttachedVolumeArgs

data class AttachedVolumeArgs(val devicePath: Output<String>, val name: Output<String>) : ConvertibleToJava<AttachedVolumeArgs>

AttachedVolume describes a volume attached to a node

Constructors

Link copied to clipboard
constructor(devicePath: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val devicePath: Output<String>

DevicePath represents the device path where the volume should be available

Link copied to clipboard
val name: Output<String>

Name of the attached volume

Functions

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