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
fun AttachedVolumeArgs(devicePath: Output<String>, name: Output<String>)

Functions

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

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