Class: TencentCloud::Cdwch::V20200915::ClusterInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::ClusterInfo
- Defined in:
- lib/v20200915/models.rb
Overview
clickhouse vcluster信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustername = nil, nodeips = nil) ⇒ ClusterInfo
constructor
A new instance of ClusterInfo.
Constructor Details
#initialize(clustername = nil, nodeips = nil) ⇒ ClusterInfo
Returns a new instance of ClusterInfo.
381 382 383 384 |
# File 'lib/v20200915/models.rb', line 381 def initialize(clustername=nil, nodeips=nil) @ClusterName = clustername @NodeIps = nodeips end |
Instance Attribute Details
#ClusterName ⇒ Object
379 380 381 |
# File 'lib/v20200915/models.rb', line 379 def ClusterName @ClusterName end |
#NodeIps ⇒ Object
379 380 381 |
# File 'lib/v20200915/models.rb', line 379 def NodeIps @NodeIps end |
Instance Method Details
#deserialize(params) ⇒ Object
386 387 388 389 |
# File 'lib/v20200915/models.rb', line 386 def deserialize(params) @ClusterName = params['ClusterName'] @NodeIps = params['NodeIps'] end |