Class: TencentCloud::Sqlserver::V20180328::DescribeBackupByFlowIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeBackupByFlowIdResponse
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeBackupByFlowId返回参数结构体
Instance Attribute Summary collapse
- #BackupName ⇒ Object
- #BackupWay ⇒ Object
- #DBs ⇒ Object
- #EndTime ⇒ Object
- #ExternalAddr ⇒ Object
- #FileName ⇒ Object
- #GroupId ⇒ Object
- #Id ⇒ Object
- #InternalAddr ⇒ Object
- #RequestId ⇒ Object
- #Size ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #Strategy ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, filename = nil, backupname = nil, starttime = nil, endtime = nil, size = nil, strategy = nil, status = nil, backupway = nil, dbs = nil, internaladdr = nil, externaladdr = nil, groupid = nil, requestid = nil) ⇒ DescribeBackupByFlowIdResponse
constructor
A new instance of DescribeBackupByFlowIdResponse.
Constructor Details
#initialize(id = nil, filename = nil, backupname = nil, starttime = nil, endtime = nil, size = nil, strategy = nil, status = nil, backupway = nil, dbs = nil, internaladdr = nil, externaladdr = nil, groupid = nil, requestid = nil) ⇒ DescribeBackupByFlowIdResponse
Returns a new instance of DescribeBackupByFlowIdResponse.
3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/v20180328/models.rb', line 3336 def initialize(id=nil, filename=nil, backupname=nil, starttime=nil, endtime=nil, size=nil, strategy=nil, status=nil, backupway=nil, dbs=nil, internaladdr=nil, externaladdr=nil, groupid=nil, requestid=nil) @Id = id @FileName = filename @BackupName = backupname @StartTime = starttime @EndTime = endtime @Size = size @Strategy = strategy @Status = status @BackupWay = backupway @DBs = dbs @InternalAddr = internaladdr @ExternalAddr = externaladdr @GroupId = groupid @RequestId = requestid end |
Instance Attribute Details
#BackupName ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def BackupName @BackupName end |
#BackupWay ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def BackupWay @BackupWay end |
#DBs ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def DBs @DBs end |
#EndTime ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def EndTime @EndTime end |
#ExternalAddr ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def ExternalAddr @ExternalAddr end |
#FileName ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def FileName @FileName end |
#GroupId ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def GroupId @GroupId end |
#Id ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def Id @Id end |
#InternalAddr ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def InternalAddr @InternalAddr end |
#RequestId ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def RequestId @RequestId end |
#Size ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def Size @Size end |
#StartTime ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def StartTime @StartTime end |
#Status ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def Status @Status end |
#Strategy ⇒ Object
3334 3335 3336 |
# File 'lib/v20180328/models.rb', line 3334 def Strategy @Strategy end |
Instance Method Details
#deserialize(params) ⇒ Object
3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 |
# File 'lib/v20180328/models.rb', line 3353 def deserialize(params) @Id = params['Id'] @FileName = params['FileName'] @BackupName = params['BackupName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Size = params['Size'] @Strategy = params['Strategy'] @Status = params['Status'] @BackupWay = params['BackupWay'] @DBs = params['DBs'] @InternalAddr = params['InternalAddr'] @ExternalAddr = params['ExternalAddr'] @GroupId = params['GroupId'] @RequestId = params['RequestId'] end |