Class: TencentCloud::Tke::V20180525::InstanceUpgradeClusterStatus
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::InstanceUpgradeClusterStatus
- Defined in:
- lib/v20180525/models.rb
Overview
节点升级过程中集群当前状态
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(podtotal = nil, notreadypod = nil) ⇒ InstanceUpgradeClusterStatus
constructor
A new instance of InstanceUpgradeClusterStatus.
Constructor Details
#initialize(podtotal = nil, notreadypod = nil) ⇒ InstanceUpgradeClusterStatus
Returns a new instance of InstanceUpgradeClusterStatus.
12974 12975 12976 12977 |
# File 'lib/v20180525/models.rb', line 12974 def initialize(podtotal=nil, notreadypod=nil) @PodTotal = podtotal @NotReadyPod = notreadypod end |
Instance Attribute Details
#NotReadyPod ⇒ Object
12972 12973 12974 |
# File 'lib/v20180525/models.rb', line 12972 def NotReadyPod @NotReadyPod end |
#PodTotal ⇒ Object
12972 12973 12974 |
# File 'lib/v20180525/models.rb', line 12972 def PodTotal @PodTotal end |
Instance Method Details
#deserialize(params) ⇒ Object
12979 12980 12981 12982 |
# File 'lib/v20180525/models.rb', line 12979 def deserialize(params) @PodTotal = params['PodTotal'] @NotReadyPod = params['NotReadyPod'] end |