StorageProfileFileSystemLocationArgs

data class StorageProfileFileSystemLocationArgs(val name: Output<String>, val path: Output<String>, val type: Output<StorageProfileFileSystemLocationType>) : ConvertibleToJava<StorageProfileFileSystemLocationArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, path: Output<String>, type: Output<StorageProfileFileSystemLocationType>)

Properties

Link copied to clipboard
val name: Output<String>

The location name.

Link copied to clipboard
val path: Output<String>

The file path.

Link copied to clipboard

The type of file.

Functions

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