Class: TencentCloud::Sqlserver::V20180328::DescribeBackupsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeBackupsRequest
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeBackups请求参数结构体
Instance Attribute Summary collapse
- #BackupFormat ⇒ Object
- #BackupId ⇒ Object
- #BackupName ⇒ Object
- #BackupWay ⇒ Object
- #DatabaseName ⇒ Object
- #EndTime ⇒ Object
- #Group ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #StartTime ⇒ Object
- #StorageStrategy ⇒ Object
- #Strategy ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, instanceid = nil, limit = nil, offset = nil, backupname = nil, strategy = nil, backupway = nil, backupid = nil, databasename = nil, group = nil, type = nil, backupformat = nil, storagestrategy = nil) ⇒ DescribeBackupsRequest
constructor
A new instance of DescribeBackupsRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, instanceid = nil, limit = nil, offset = nil, backupname = nil, strategy = nil, backupway = nil, backupid = nil, databasename = nil, group = nil, type = nil, backupformat = nil, storagestrategy = nil) ⇒ DescribeBackupsRequest
3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 |
# File 'lib/v20180328/models.rb', line 3912 def initialize(starttime=nil, endtime=nil, instanceid=nil, limit=nil, offset=nil, backupname=nil, strategy=nil, backupway=nil, backupid=nil, databasename=nil, group=nil, type=nil, backupformat=nil, storagestrategy=nil) @StartTime = starttime @EndTime = endtime @InstanceId = instanceid @Limit = limit @Offset = offset @BackupName = backupname @Strategy = strategy @BackupWay = backupway @BackupId = backupid @DatabaseName = databasename @Group = group @Type = type @BackupFormat = backupformat @StorageStrategy = storagestrategy end |
Instance Attribute Details
#BackupFormat ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def BackupFormat @BackupFormat end |
#BackupId ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def BackupId @BackupId end |
#BackupName ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def BackupName @BackupName end |
#BackupWay ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def BackupWay @BackupWay end |
#DatabaseName ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def DatabaseName @DatabaseName end |
#EndTime ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def EndTime @EndTime end |
#Group ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def Group @Group end |
#InstanceId ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def InstanceId @InstanceId end |
#Limit ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def Limit @Limit end |
#Offset ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def Offset @Offset end |
#StartTime ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def StartTime @StartTime end |
#StorageStrategy ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def StorageStrategy @StorageStrategy end |
#Strategy ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def Strategy @Strategy end |
#Type ⇒ Object
3910 3911 3912 |
# File 'lib/v20180328/models.rb', line 3910 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 |
# File 'lib/v20180328/models.rb', line 3929 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @InstanceId = params['InstanceId'] @Limit = params['Limit'] @Offset = params['Offset'] @BackupName = params['BackupName'] @Strategy = params['Strategy'] @BackupWay = params['BackupWay'] @BackupId = params['BackupId'] @DatabaseName = params['DatabaseName'] @Group = params['Group'] @Type = params['Type'] @BackupFormat = params['BackupFormat'] @StorageStrategy = params['StorageStrategy'] end |