Class: TencentCloud::Tke::V20180525::ClusterCondition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ClusterCondition
- Defined in:
- lib/v20180525/models.rb
Overview
集群创建过程
Instance Attribute Summary collapse
- #LastProbeTime ⇒ Object
- #LastTransitionTime ⇒ Object
- #Message ⇒ Object
- #Reason ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, status = nil, lastprobetime = nil, lasttransitiontime = nil, reason = nil, message = nil) ⇒ ClusterCondition
constructor
A new instance of ClusterCondition.
Constructor Details
#initialize(type = nil, status = nil, lastprobetime = nil, lasttransitiontime = nil, reason = nil, message = nil) ⇒ ClusterCondition
Returns a new instance of ClusterCondition.
1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/v20180525/models.rb', line 1361 def initialize(type=nil, status=nil, lastprobetime=nil, lasttransitiontime=nil, reason=nil, =nil) @Type = type @Status = status @LastProbeTime = lastprobetime @LastTransitionTime = lasttransitiontime @Reason = reason @Message = end |
Instance Attribute Details
#LastProbeTime ⇒ Object
1359 1360 1361 |
# File 'lib/v20180525/models.rb', line 1359 def LastProbeTime @LastProbeTime end |
#LastTransitionTime ⇒ Object
1359 1360 1361 |
# File 'lib/v20180525/models.rb', line 1359 def LastTransitionTime @LastTransitionTime end |
#Message ⇒ Object
1359 1360 1361 |
# File 'lib/v20180525/models.rb', line 1359 def Message @Message end |
#Reason ⇒ Object
1359 1360 1361 |
# File 'lib/v20180525/models.rb', line 1359 def Reason @Reason end |
#Status ⇒ Object
1359 1360 1361 |
# File 'lib/v20180525/models.rb', line 1359 def Status @Status end |
#Type ⇒ Object
1359 1360 1361 |
# File 'lib/v20180525/models.rb', line 1359 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/v20180525/models.rb', line 1370 def deserialize(params) @Type = params['Type'] @Status = params['Status'] @LastProbeTime = params['LastProbeTime'] @LastTransitionTime = params['LastTransitionTime'] @Reason = params['Reason'] @Message = params['Message'] end |