DataFlow

class DataFlow : KotlinCustomResource

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>

Properties

Link copied to clipboard
val dataFlowId: Output<String>

The ID of the Data flow.

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

The Description of the data flow. Restrictions:

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

The dry run.

Link copied to clipboard
val fileSystemId: Output<String>

The ID of the file system.

Link copied to clipboard
val fsetId: Output<String>

The ID of the Fileset.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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>

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

Link copied to clipboard
val status: Output<String>

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

Link copied to clipboard
val throughput: Output<Int>

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.

Link copied to clipboard
val urn: Output<String>