FileSystemArgs

constructor(capacity: Output<Int>? = null, description: Output<String>? = null, encryptType: Output<Int>? = null, fileSystemType: Output<String>? = null, keytab: Output<String>? = null, keytabMd5: Output<String>? = null, kmsKeyId: Output<String>? = null, nfsAcl: Output<FileSystemNfsAclArgs>? = null, options: Output<FileSystemOptionsArgs>? = null, protocolType: Output<String>? = null, recycleBin: Output<FileSystemRecycleBinArgs>? = null, resourceGroupId: Output<String>? = null, smbAcl: Output<FileSystemSmbAclArgs>? = null, snapshotId: Output<String>? = null, storageType: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)