ExternalVolumeCapabilityArgs

data class ExternalVolumeCapabilityArgs(val accessMode: Output<String>, val attachmentMode: Output<String>) : ConvertibleToJava<ExternalVolumeCapabilityArgs>

Constructors

Link copied to clipboard
constructor(accessMode: Output<String>, attachmentMode: Output<String>)

Properties

Link copied to clipboard
val accessMode: Output<String>

(string: <required>) - Defines whether a volume should be available concurrently. Possible values are:

Link copied to clipboard
val attachmentMode: Output<String>

(string: <required>) - The storage API that will be used by the volume. Possible values are:

Functions

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