Class: TencentCloud::Eis::V20210601::RuntimeExtensionMC
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eis::V20210601::RuntimeExtensionMC
- Defined in:
- lib/v20210601/models.rb
Overview
运行环境扩展组件
Instance Attribute Summary collapse
- #CreatedAt ⇒ Object
- #Name ⇒ Object
- #Replica ⇒ Object
- #Size ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
- #UpdatedAt ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, size = nil, replica = nil, name = nil, status = nil, createdat = nil, updatedat = nil) ⇒ RuntimeExtensionMC
constructor
A new instance of RuntimeExtensionMC.
Constructor Details
#initialize(type = nil, size = nil, replica = nil, name = nil, status = nil, createdat = nil, updatedat = nil) ⇒ RuntimeExtensionMC
Returns a new instance of RuntimeExtensionMC.
491 492 493 494 495 496 497 498 499 |
# File 'lib/v20210601/models.rb', line 491 def initialize(type=nil, size=nil, replica=nil, name=nil, status=nil, createdat=nil, updatedat=nil) @Type = type @Size = size @Replica = replica @Name = name @Status = status @CreatedAt = createdat @UpdatedAt = updatedat end |
Instance Attribute Details
#CreatedAt ⇒ Object
489 490 491 |
# File 'lib/v20210601/models.rb', line 489 def CreatedAt @CreatedAt end |
#Name ⇒ Object
489 490 491 |
# File 'lib/v20210601/models.rb', line 489 def Name @Name end |
#Replica ⇒ Object
489 490 491 |
# File 'lib/v20210601/models.rb', line 489 def Replica @Replica end |
#Size ⇒ Object
489 490 491 |
# File 'lib/v20210601/models.rb', line 489 def Size @Size end |
#Status ⇒ Object
489 490 491 |
# File 'lib/v20210601/models.rb', line 489 def Status @Status end |
#Type ⇒ Object
489 490 491 |
# File 'lib/v20210601/models.rb', line 489 def Type @Type end |
#UpdatedAt ⇒ Object
489 490 491 |
# File 'lib/v20210601/models.rb', line 489 def UpdatedAt @UpdatedAt end |
Instance Method Details
#deserialize(params) ⇒ Object
501 502 503 504 505 506 507 508 509 |
# File 'lib/v20210601/models.rb', line 501 def deserialize(params) @Type = params['Type'] @Size = params['Size'] @Replica = params['Replica'] @Name = params['Name'] @Status = params['Status'] @CreatedAt = params['CreatedAt'] @UpdatedAt = params['UpdatedAt'] end |