Class: TencentCloud::Sqlserver::V20180328::DescribeBackupsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180328/models.rb

Overview

DescribeBackups请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BackupFormatObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def BackupFormat
  @BackupFormat
end

#BackupIdObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def BackupId
  @BackupId
end

#BackupNameObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def BackupName
  @BackupName
end

#BackupWayObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def BackupWay
  @BackupWay
end

#DatabaseNameObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def DatabaseName
  @DatabaseName
end

#EndTimeObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def EndTime
  @EndTime
end

#GroupObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def Group
  @Group
end

#InstanceIdObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def InstanceId
  @InstanceId
end

#LimitObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def Limit
  @Limit
end

#OffsetObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def Offset
  @Offset
end

#StartTimeObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def StartTime
  @StartTime
end

#StorageStrategyObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def StorageStrategy
  @StorageStrategy
end

#StrategyObject



3910
3911
3912
# File 'lib/v20180328/models.rb', line 3910

def Strategy
  @Strategy
end

#TypeObject



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