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.



12907
12908
12909
12910
# File 'lib/v20180525/models.rb', line 12907

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

Instance Attribute Details

#NotReadyPodObject

Parameters:

  • PodTotal:

    pod总数

  • NotReadyPod:

    NotReady pod总数



12905
12906
12907
# File 'lib/v20180525/models.rb', line 12905

def NotReadyPod
  @NotReadyPod
end

#PodTotalObject

Parameters:

  • PodTotal:

    pod总数

  • NotReadyPod:

    NotReady pod总数



12905
12906
12907
# File 'lib/v20180525/models.rb', line 12905

def PodTotal
  @PodTotal
end

Instance Method Details

#deserialize(params) ⇒ Object



12912
12913
12914
12915
# File 'lib/v20180525/models.rb', line 12912

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