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.



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

#NotReadyPodObject

Parameters:

  • PodTotal:

    pod总数

  • NotReadyPod:

    NotReady pod总数



12972
12973
12974
# File 'lib/v20180525/models.rb', line 12972

def NotReadyPod
  @NotReadyPod
end

#PodTotalObject

Parameters:

  • PodTotal:

    pod总数

  • NotReadyPod:

    NotReady pod总数



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