Class: TencentCloud::Sqlserver::V20180328::DescribeHASwitchLogRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeHASwitchLogRequest
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeHASwitchLog请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #StartTime ⇒ Object
- #SwitchType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, switchtype = nil, limit = nil, offset = nil) ⇒ DescribeHASwitchLogRequest
constructor
A new instance of DescribeHASwitchLogRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, switchtype = nil, limit = nil, offset = nil) ⇒ DescribeHASwitchLogRequest
Returns a new instance of DescribeHASwitchLogRequest.
5100 5101 5102 5103 5104 5105 5106 5107 |
# File 'lib/v20180328/models.rb', line 5100 def initialize(instanceid=nil, starttime=nil, endtime=nil, switchtype=nil, limit=nil, offset=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @SwitchType = switchtype @Limit = limit @Offset = offset end |
Instance Attribute Details
#EndTime ⇒ Object
5098 5099 5100 |
# File 'lib/v20180328/models.rb', line 5098 def EndTime @EndTime end |
#InstanceId ⇒ Object
5098 5099 5100 |
# File 'lib/v20180328/models.rb', line 5098 def InstanceId @InstanceId end |
#Limit ⇒ Object
5098 5099 5100 |
# File 'lib/v20180328/models.rb', line 5098 def Limit @Limit end |
#Offset ⇒ Object
5098 5099 5100 |
# File 'lib/v20180328/models.rb', line 5098 def Offset @Offset end |
#StartTime ⇒ Object
5098 5099 5100 |
# File 'lib/v20180328/models.rb', line 5098 def StartTime @StartTime end |
#SwitchType ⇒ Object
5098 5099 5100 |
# File 'lib/v20180328/models.rb', line 5098 def SwitchType @SwitchType end |
Instance Method Details
#deserialize(params) ⇒ Object
5109 5110 5111 5112 5113 5114 5115 5116 |
# File 'lib/v20180328/models.rb', line 5109 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @SwitchType = params['SwitchType'] @Limit = params['Limit'] @Offset = params['Offset'] end |