Class: TencentCloud::Cdb::V20170320::DescribeCpuExpandHistoryRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeCpuExpandHistoryRequest
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeCpuExpandHistory请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #ExpandStrategy ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, expandstrategy = nil, status = nil, starttime = nil, endtime = nil, offset = nil, limit = nil) ⇒ DescribeCpuExpandHistoryRequest
constructor
A new instance of DescribeCpuExpandHistoryRequest.
Constructor Details
#initialize(instanceid = nil, expandstrategy = nil, status = nil, starttime = nil, endtime = nil, offset = nil, limit = nil) ⇒ DescribeCpuExpandHistoryRequest
Returns a new instance of DescribeCpuExpandHistoryRequest.
5883 5884 5885 5886 5887 5888 5889 5890 5891 |
# File 'lib/v20170320/models.rb', line 5883 def initialize(instanceid=nil, =nil, status=nil, starttime=nil, endtime=nil, offset=nil, limit=nil) @InstanceId = instanceid @ExpandStrategy = @Status = status @StartTime = starttime @EndTime = endtime @Offset = offset @Limit = limit end |
Instance Attribute Details
#EndTime ⇒ Object
5881 5882 5883 |
# File 'lib/v20170320/models.rb', line 5881 def EndTime @EndTime end |
#ExpandStrategy ⇒ Object
5881 5882 5883 |
# File 'lib/v20170320/models.rb', line 5881 def ExpandStrategy @ExpandStrategy end |
#InstanceId ⇒ Object
5881 5882 5883 |
# File 'lib/v20170320/models.rb', line 5881 def InstanceId @InstanceId end |
#Limit ⇒ Object
5881 5882 5883 |
# File 'lib/v20170320/models.rb', line 5881 def Limit @Limit end |
#Offset ⇒ Object
5881 5882 5883 |
# File 'lib/v20170320/models.rb', line 5881 def Offset @Offset end |
#StartTime ⇒ Object
5881 5882 5883 |
# File 'lib/v20170320/models.rb', line 5881 def StartTime @StartTime end |
#Status ⇒ Object
5881 5882 5883 |
# File 'lib/v20170320/models.rb', line 5881 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/v20170320/models.rb', line 5893 def deserialize(params) @InstanceId = params['InstanceId'] @ExpandStrategy = params['ExpandStrategy'] @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Offset = params['Offset'] @Limit = params['Limit'] end |