Class: TencentCloud::Cdb::V20170320::CreateDBImportJobRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateDBImportJobRequest
- Defined in:
- lib/v20170320/models.rb
Overview
CreateDBImportJob请求参数结构体
Instance Attribute Summary collapse
- #CosUrl ⇒ Object
- #DbName ⇒ Object
- #FileName ⇒ Object
- #InstanceId ⇒ Object
- #Password ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, user = nil, filename = nil, password = nil, dbname = nil, cosurl = nil) ⇒ CreateDBImportJobRequest
constructor
A new instance of CreateDBImportJobRequest.
Constructor Details
#initialize(instanceid = nil, user = nil, filename = nil, password = nil, dbname = nil, cosurl = nil) ⇒ CreateDBImportJobRequest
Returns a new instance of CreateDBImportJobRequest.
3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'lib/v20170320/models.rb', line 3041 def initialize(instanceid=nil, user=nil, filename=nil, password=nil, dbname=nil, cosurl=nil) @InstanceId = instanceid @User = user @FileName = filename @Password = password @DbName = dbname @CosUrl = cosurl end |
Instance Attribute Details
#CosUrl ⇒ Object
3039 3040 3041 |
# File 'lib/v20170320/models.rb', line 3039 def CosUrl @CosUrl end |
#DbName ⇒ Object
3039 3040 3041 |
# File 'lib/v20170320/models.rb', line 3039 def DbName @DbName end |
#FileName ⇒ Object
3039 3040 3041 |
# File 'lib/v20170320/models.rb', line 3039 def FileName @FileName end |
#InstanceId ⇒ Object
3039 3040 3041 |
# File 'lib/v20170320/models.rb', line 3039 def InstanceId @InstanceId end |
#Password ⇒ Object
3039 3040 3041 |
# File 'lib/v20170320/models.rb', line 3039 def Password @Password end |
#User ⇒ Object
3039 3040 3041 |
# File 'lib/v20170320/models.rb', line 3039 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
3050 3051 3052 3053 3054 3055 3056 3057 |
# File 'lib/v20170320/models.rb', line 3050 def deserialize(params) @InstanceId = params['InstanceId'] @User = params['User'] @FileName = params['FileName'] @Password = params['Password'] @DbName = params['DbName'] @CosUrl = params['CosUrl'] end |