Class: TencentCloud::Cdc::V20201214::DescribeDedicatedClusterHostStatisticsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdc::V20201214::DescribeDedicatedClusterHostStatisticsRequest
- Defined in:
- lib/v20201214/models.rb
Overview
DescribeDedicatedClusterHostStatistics请求参数结构体
Instance Attribute Summary collapse
- #DedicatedClusterId ⇒ Object
- #EndTime ⇒ Object
- #HostId ⇒ Object
- #Period ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dedicatedclusterid = nil, hostid = nil, starttime = nil, endtime = nil, period = nil) ⇒ DescribeDedicatedClusterHostStatisticsRequest
constructor
A new instance of DescribeDedicatedClusterHostStatisticsRequest.
Constructor Details
#initialize(dedicatedclusterid = nil, hostid = nil, starttime = nil, endtime = nil, period = nil) ⇒ DescribeDedicatedClusterHostStatisticsRequest
Returns a new instance of DescribeDedicatedClusterHostStatisticsRequest.
1009 1010 1011 1012 1013 1014 1015 |
# File 'lib/v20201214/models.rb', line 1009 def initialize(dedicatedclusterid=nil, hostid=nil, starttime=nil, endtime=nil, period=nil) @DedicatedClusterId = dedicatedclusterid @HostId = hostid @StartTime = starttime @EndTime = endtime @Period = period end |
Instance Attribute Details
#DedicatedClusterId ⇒ Object
1007 1008 1009 |
# File 'lib/v20201214/models.rb', line 1007 def DedicatedClusterId @DedicatedClusterId end |
#EndTime ⇒ Object
1007 1008 1009 |
# File 'lib/v20201214/models.rb', line 1007 def EndTime @EndTime end |
#HostId ⇒ Object
1007 1008 1009 |
# File 'lib/v20201214/models.rb', line 1007 def HostId @HostId end |
#Period ⇒ Object
1007 1008 1009 |
# File 'lib/v20201214/models.rb', line 1007 def Period @Period end |
#StartTime ⇒ Object
1007 1008 1009 |
# File 'lib/v20201214/models.rb', line 1007 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1017 1018 1019 1020 1021 1022 1023 |
# File 'lib/v20201214/models.rb', line 1017 def deserialize(params) @DedicatedClusterId = params['DedicatedClusterId'] @HostId = params['HostId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Period = params['Period'] end |