DataFlowArgs

data class DataFlowArgs(val description: Output<String>? = null, val dryRun: Output<Boolean>? = null, val fileSystemId: Output<String>? = null, val fsetId: Output<String>? = null, val sourceSecurityType: Output<String>? = null, val sourceStorage: Output<String>? = null, val status: Output<String>? = null, val throughput: Output<Int>? = null) : ConvertibleToJava<DataFlowArgs>

Provides a File Storage (NAS) Data Flow resource. For information about File Storage (NAS) Data Flow and how to use it, see What is Data Flow.

NOTE: Available since v1.153.0.

Import

File Storage (NAS) Data Flow can be imported using the id, e.g.

$ pulumi import alicloud:nas/dataFlow:DataFlow example <file_system_id>:<data_flow_id>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, dryRun: Output<Boolean>? = null, fileSystemId: Output<String>? = null, fsetId: Output<String>? = null, sourceSecurityType: Output<String>? = null, sourceStorage: Output<String>? = null, status: Output<String>? = null, throughput: Output<Int>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The Description of the data flow. Restrictions:

Link copied to clipboard
val dryRun: Output<Boolean>? = null

The dry run.

Link copied to clipboard
val fileSystemId: Output<String>? = null

The ID of the file system.

Link copied to clipboard
val fsetId: Output<String>? = null

The ID of the Fileset.

Link copied to clipboard
val sourceSecurityType: Output<String>? = null

The security protection type of the source storage. If the source storage must be accessed through security protection, specify the security protection type of the source storage. Value:

Link copied to clipboard
val sourceStorage: Output<String>? = null

The access path of the source store. Format: <storage type>://<path>. Among them:

Link copied to clipboard
val status: Output<String>? = null

The status of the Data flow. Valid values: Running, Stopped.

Link copied to clipboard
val throughput: Output<Int>? = null

The maximum transmission bandwidth of data flow, unit: MB/s. Valid values: 1200, 1500, 600. NOTE: The transmission bandwidth of data flow must be less than the IO bandwidth of the file system.

Functions

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