Class: TencentCloud::Cfs::V20190719::CreateDataFlowRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::CreateDataFlowRequest
- Defined in:
- lib/v20190719/models.rb
Overview
CreateDataFlow请求参数结构体
Instance Attribute Summary collapse
- #AutoRefresh ⇒ Object
- #DataFlowName ⇒ Object
- #FileSystemId ⇒ Object
- #Password ⇒ Object
- #SecretId ⇒ Object
- #SecretKey ⇒ Object
- #ServerAddr ⇒ Object
- #SourcePath ⇒ Object
- #SourceStorageAddress ⇒ Object
- #SourceStorageType ⇒ Object
- #TargetPath ⇒ Object
- #UserKafkaTopic ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filesystemid = nil, sourcestoragetype = nil, sourcestorageaddress = nil, sourcepath = nil, targetpath = nil, secretid = nil, secretkey = nil, dataflowname = nil, autorefresh = nil, userkafkatopic = nil, serveraddr = nil, username = nil, password = nil) ⇒ CreateDataFlowRequest
constructor
A new instance of CreateDataFlowRequest.
Constructor Details
#initialize(filesystemid = nil, sourcestoragetype = nil, sourcestorageaddress = nil, sourcepath = nil, targetpath = nil, secretid = nil, secretkey = nil, dataflowname = nil, autorefresh = nil, userkafkatopic = nil, serveraddr = nil, username = nil, password = nil) ⇒ CreateDataFlowRequest
Returns a new instance of CreateDataFlowRequest.
893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/v20190719/models.rb', line 893 def initialize(filesystemid=nil, sourcestoragetype=nil, sourcestorageaddress=nil, sourcepath=nil, targetpath=nil, secretid=nil, secretkey=nil, dataflowname=nil, autorefresh=nil, userkafkatopic=nil, serveraddr=nil, username=nil, password=nil) @FileSystemId = filesystemid @SourceStorageType = sourcestoragetype @SourceStorageAddress = sourcestorageaddress @SourcePath = sourcepath @TargetPath = targetpath @SecretId = secretid @SecretKey = secretkey @DataFlowName = dataflowname @AutoRefresh = autorefresh @UserKafkaTopic = userkafkatopic @ServerAddr = serveraddr @UserName = username @Password = password end |
Instance Attribute Details
#AutoRefresh ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def AutoRefresh @AutoRefresh end |
#DataFlowName ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def DataFlowName @DataFlowName end |
#FileSystemId ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def FileSystemId @FileSystemId end |
#Password ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def Password @Password end |
#SecretId ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def SecretId @SecretId end |
#SecretKey ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def SecretKey @SecretKey end |
#ServerAddr ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def ServerAddr @ServerAddr end |
#SourcePath ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def SourcePath @SourcePath end |
#SourceStorageAddress ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def SourceStorageAddress @SourceStorageAddress end |
#SourceStorageType ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def SourceStorageType @SourceStorageType end |
#TargetPath ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def TargetPath @TargetPath end |
#UserKafkaTopic ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def UserKafkaTopic @UserKafkaTopic end |
#UserName ⇒ Object
891 892 893 |
# File 'lib/v20190719/models.rb', line 891 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/v20190719/models.rb', line 909 def deserialize(params) @FileSystemId = params['FileSystemId'] @SourceStorageType = params['SourceStorageType'] @SourceStorageAddress = params['SourceStorageAddress'] @SourcePath = params['SourcePath'] @TargetPath = params['TargetPath'] @SecretId = params['SecretId'] @SecretKey = params['SecretKey'] @DataFlowName = params['DataFlowName'] @AutoRefresh = params['AutoRefresh'] @UserKafkaTopic = params['UserKafkaTopic'] @ServerAddr = params['ServerAddr'] @UserName = params['UserName'] @Password = params['Password'] end |