DynamicHostVolumeCapabilityArgs

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

Constructors

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

Properties

Link copied to clipboard
val accessMode: Output<String>

(string) - How the volume can be mounted by allocations. Refer to the `access_mode` documentation for details.

Link copied to clipboard
val attachmentMode: Output<String>

(string) - The storage API that will be used by the volume. Refer to the `attachment_mode` documentation.

Functions

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