Class: TencentCloud::Tke::V20180525::InstanceUpgradeClusterStatus

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

节点升级过程中集群当前状态

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(podtotal = nil, notreadypod = nil) ⇒ InstanceUpgradeClusterStatus

Returns a new instance of InstanceUpgradeClusterStatus.



14206
14207
14208
14209
# File 'lib/v20180525/models.rb', line 14206

def initialize(podtotal=nil, notreadypod=nil)
  @PodTotal = podtotal
  @NotReadyPod = notreadypod
end

Instance Attribute Details

#NotReadyPodObject

Parameters:

  • PodTotal:

    pod总数

  • NotReadyPod:

    NotReady pod总数



14204
14205
14206
# File 'lib/v20180525/models.rb', line 14204

def NotReadyPod
  @NotReadyPod
end

#PodTotalObject

Parameters:

  • PodTotal:

    pod总数

  • NotReadyPod:

    NotReady pod总数



14204
14205
14206
# File 'lib/v20180525/models.rb', line 14204

def PodTotal
  @PodTotal
end

Instance Method Details

#deserialize(params) ⇒ Object



14211
14212
14213
14214
# File 'lib/v20180525/models.rb', line 14211

def deserialize(params)
  @PodTotal = params['PodTotal']
  @NotReadyPod = params['NotReadyPod']
end