StorageConfigurationArgs

data class StorageConfigurationArgs(val transportFileShareConfiguration: Output<Any>? = null) : ConvertibleToJava<StorageConfigurationArgs>

Gets or sets the storage configuration.

Constructors

Link copied to clipboard
constructor(transportFileShareConfiguration: Output<Any>? = null)

Properties

Link copied to clipboard

The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing.

Functions

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