Data Flow Args
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 Network Attached Storage (NAS) Data Flow resource. For information about Network Attached Storage (NAS) Data Flow and how to use it, see What is Data Flow.
NOTE: Available since v1.153.0.
Import
Network Attached 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>
Content copied to clipboard
Constructors
Link copied to clipboard
fun DataFlowArgs(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)