GetLocalDiskPlainArgs

data class GetLocalDiskPlainArgs(val diskNode: String? = null, val diskPath: String? = null, val gatewayArn: String) : ConvertibleToJava<GetLocalDiskPlainArgs>

A collection of arguments for invoking getLocalDisk.

Constructors

Link copied to clipboard
constructor(diskNode: String? = null, diskPath: String? = null, gatewayArn: String)

Properties

Link copied to clipboard
val diskNode: String? = null

Device node of the local disk to retrieve. For example, /dev/sdb.

Link copied to clipboard
val diskPath: String? = null

Device path of the local disk to retrieve. For example, /dev/xvdb or /dev/nvme1n1.

Link copied to clipboard

ARN of the gateway.

Functions

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