Class: TencentCloud::Tke::V20180525::UpgradeTask
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::UpgradeTask
- Defined in:
- lib/v20180525/models.rb
Overview
升级任务
Instance Attribute Summary collapse
- #Component ⇒ Object
- #CreatedAt ⇒ Object
- #ID ⇒ Object
- #Name ⇒ Object
- #PlanedStartAt ⇒ Object
- #RelatedResources ⇒ Object
- #UpgradeImpact ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, component = nil, relatedresources = nil, upgradeimpact = nil, planedstartat = nil, createdat = nil) ⇒ UpgradeTask
constructor
A new instance of UpgradeTask.
Constructor Details
#initialize(id = nil, name = nil, component = nil, relatedresources = nil, upgradeimpact = nil, planedstartat = nil, createdat = nil) ⇒ UpgradeTask
Returns a new instance of UpgradeTask.
21538 21539 21540 21541 21542 21543 21544 21545 21546 |
# File 'lib/v20180525/models.rb', line 21538 def initialize(id=nil, name=nil, component=nil, =nil, upgradeimpact=nil, planedstartat=nil, createdat=nil) @ID = id @Name = name @Component = component @RelatedResources = @UpgradeImpact = upgradeimpact @PlanedStartAt = planedstartat @CreatedAt = createdat end |
Instance Attribute Details
#Component ⇒ Object
21536 21537 21538 |
# File 'lib/v20180525/models.rb', line 21536 def Component @Component end |
#CreatedAt ⇒ Object
21536 21537 21538 |
# File 'lib/v20180525/models.rb', line 21536 def CreatedAt @CreatedAt end |
#ID ⇒ Object
21536 21537 21538 |
# File 'lib/v20180525/models.rb', line 21536 def ID @ID end |
#Name ⇒ Object
21536 21537 21538 |
# File 'lib/v20180525/models.rb', line 21536 def Name @Name end |
#PlanedStartAt ⇒ Object
21536 21537 21538 |
# File 'lib/v20180525/models.rb', line 21536 def PlanedStartAt @PlanedStartAt end |
#RelatedResources ⇒ Object
21536 21537 21538 |
# File 'lib/v20180525/models.rb', line 21536 def RelatedResources @RelatedResources end |
#UpgradeImpact ⇒ Object
21536 21537 21538 |
# File 'lib/v20180525/models.rb', line 21536 def UpgradeImpact @UpgradeImpact end |
Instance Method Details
#deserialize(params) ⇒ Object
21548 21549 21550 21551 21552 21553 21554 21555 21556 |
# File 'lib/v20180525/models.rb', line 21548 def deserialize(params) @ID = params['ID'] @Name = params['Name'] @Component = params['Component'] @RelatedResources = params['RelatedResources'] @UpgradeImpact = params['UpgradeImpact'] @PlanedStartAt = params['PlanedStartAt'] @CreatedAt = params['CreatedAt'] end |