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.
1017 1018 1019 1020 1021 1022 1023 |
# File 'lib/v20201214/models.rb', line 1017 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
1015 1016 1017 |
# File 'lib/v20201214/models.rb', line 1015 def DedicatedClusterId @DedicatedClusterId end |
#EndTime ⇒ Object
1015 1016 1017 |
# File 'lib/v20201214/models.rb', line 1015 def EndTime @EndTime end |
#HostId ⇒ Object
1015 1016 1017 |
# File 'lib/v20201214/models.rb', line 1015 def HostId @HostId end |
#Period ⇒ Object
1015 1016 1017 |
# File 'lib/v20201214/models.rb', line 1015 def Period @Period end |
#StartTime ⇒ Object
1015 1016 1017 |
# File 'lib/v20201214/models.rb', line 1015 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1025 1026 1027 1028 1029 1030 1031 |
# File 'lib/v20201214/models.rb', line 1025 def deserialize(params) @DedicatedClusterId = params['DedicatedClusterId'] @HostId = params['HostId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Period = params['Period'] end |