Class: TencentCloud::Sqlserver::V20180328::DescribeBackupMigrationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeBackupMigrationRequest
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeBackupMigration请求参数结构体
Instance Attribute Summary collapse
- #BackupFileName ⇒ Object
- #BackupMigrationId ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #MigrationName ⇒ Object
- #Offset ⇒ Object
- #OrderBy ⇒ Object
- #OrderByType ⇒ Object
- #RecoveryType ⇒ Object
- #StatusSet ⇒ Object
- #UploadType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, backupmigrationid = nil, migrationname = nil, backupfilename = nil, statusset = nil, recoverytype = nil, uploadtype = nil, limit = nil, offset = nil, orderby = nil, orderbytype = nil) ⇒ DescribeBackupMigrationRequest
constructor
A new instance of DescribeBackupMigrationRequest.
Constructor Details
#initialize(instanceid = nil, backupmigrationid = nil, migrationname = nil, backupfilename = nil, statusset = nil, recoverytype = nil, uploadtype = nil, limit = nil, offset = nil, orderby = nil, orderbytype = nil) ⇒ DescribeBackupMigrationRequest
Returns a new instance of DescribeBackupMigrationRequest.
3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 |
# File 'lib/v20180328/models.rb', line 3517 def initialize(instanceid=nil, backupmigrationid=nil, migrationname=nil, backupfilename=nil, statusset=nil, recoverytype=nil, uploadtype=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil) @InstanceId = instanceid @BackupMigrationId = backupmigrationid @MigrationName = migrationname @BackupFileName = backupfilename @StatusSet = statusset @RecoveryType = recoverytype @UploadType = uploadtype @Limit = limit @Offset = offset @OrderBy = orderby @OrderByType = orderbytype end |
Instance Attribute Details
#BackupFileName ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def BackupFileName @BackupFileName end |
#BackupMigrationId ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def BackupMigrationId @BackupMigrationId end |
#InstanceId ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def InstanceId @InstanceId end |
#Limit ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def Limit @Limit end |
#MigrationName ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def MigrationName @MigrationName end |
#Offset ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def Offset @Offset end |
#OrderBy ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def OrderBy @OrderBy end |
#OrderByType ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def OrderByType @OrderByType end |
#RecoveryType ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def RecoveryType @RecoveryType end |
#StatusSet ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def StatusSet @StatusSet end |
#UploadType ⇒ Object
3515 3516 3517 |
# File 'lib/v20180328/models.rb', line 3515 def UploadType @UploadType end |
Instance Method Details
#deserialize(params) ⇒ Object
3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/v20180328/models.rb', line 3531 def deserialize(params) @InstanceId = params['InstanceId'] @BackupMigrationId = params['BackupMigrationId'] @MigrationName = params['MigrationName'] @BackupFileName = params['BackupFileName'] @StatusSet = params['StatusSet'] @RecoveryType = params['RecoveryType'] @UploadType = params['UploadType'] @Limit = params['Limit'] @Offset = params['Offset'] @OrderBy = params['OrderBy'] @OrderByType = params['OrderByType'] end |