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.
3016 3017 3018 3019 3020 3021 3022 3023 |
# File 'lib/v20170320/models.rb', line 3016 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
3014 3015 3016 |
# File 'lib/v20170320/models.rb', line 3014 def CosUrl @CosUrl end |
#DbName ⇒ Object
3014 3015 3016 |
# File 'lib/v20170320/models.rb', line 3014 def DbName @DbName end |
#FileName ⇒ Object
3014 3015 3016 |
# File 'lib/v20170320/models.rb', line 3014 def FileName @FileName end |
#InstanceId ⇒ Object
3014 3015 3016 |
# File 'lib/v20170320/models.rb', line 3014 def InstanceId @InstanceId end |
#Password ⇒ Object
3014 3015 3016 |
# File 'lib/v20170320/models.rb', line 3014 def Password @Password end |
#User ⇒ Object
3014 3015 3016 |
# File 'lib/v20170320/models.rb', line 3014 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
3025 3026 3027 3028 3029 3030 3031 3032 |
# File 'lib/v20170320/models.rb', line 3025 def deserialize(params) @InstanceId = params['InstanceId'] @User = params['User'] @FileName = params['FileName'] @Password = params['Password'] @DbName = params['DbName'] @CosUrl = params['CosUrl'] end |