Class: TencentCloud::Tke::V20180525::NodeCountSummary
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::NodeCountSummary
- Defined in:
- lib/v20180525/models.rb
Overview
节点统计列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(manuallyadded = nil, autoscalingadded = nil) ⇒ NodeCountSummary
constructor
A new instance of NodeCountSummary.
Constructor Details
#initialize(manuallyadded = nil, autoscalingadded = nil) ⇒ NodeCountSummary
Returns a new instance of NodeCountSummary.
14861 14862 14863 14864 |
# File 'lib/v20180525/models.rb', line 14861 def initialize(manuallyadded=nil, autoscalingadded=nil) @ManuallyAdded = manuallyadded @AutoscalingAdded = autoscalingadded end |
Instance Attribute Details
#AutoscalingAdded ⇒ Object
14859 14860 14861 |
# File 'lib/v20180525/models.rb', line 14859 def AutoscalingAdded @AutoscalingAdded end |
#ManuallyAdded ⇒ Object
14859 14860 14861 |
# File 'lib/v20180525/models.rb', line 14859 def ManuallyAdded @ManuallyAdded end |
Instance Method Details
#deserialize(params) ⇒ Object
14866 14867 14868 14869 14870 14871 14872 14873 14874 14875 |
# File 'lib/v20180525/models.rb', line 14866 def deserialize(params) unless params['ManuallyAdded'].nil? @ManuallyAdded = ManuallyAdded.new @ManuallyAdded.deserialize(params['ManuallyAdded']) end unless params['AutoscalingAdded'].nil? @AutoscalingAdded = AutoscalingAdded.new @AutoscalingAdded.deserialize(params['AutoscalingAdded']) end end |