Class: TencentCloud::Eis::V20210601::RuntimeDeployedInstanceMC
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eis::V20210601::RuntimeDeployedInstanceMC
- Defined in:
- lib/v20210601/models.rb
Overview
运行时部署的应用实例详情
Instance Attribute Summary collapse
- #CreatedAt ⇒ Object
- #GroupId ⇒ Object
- #GroupName ⇒ Object
- #InstanceCreatedAt ⇒ Object
- #InstanceId ⇒ Object
- #InstanceVersion ⇒ Object
- #ProjectId ⇒ Object
- #ProjectName ⇒ Object
- #ProjectType ⇒ Object
- #ProjectVersion ⇒ Object
- #Status ⇒ Object
- #UpdatedAt ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, projectid = nil, projectname = nil, instanceid = nil, instanceversion = nil, instancecreatedat = nil, status = nil, createdat = nil, updatedat = nil, projecttype = nil, projectversion = nil) ⇒ RuntimeDeployedInstanceMC
constructor
A new instance of RuntimeDeployedInstanceMC.
Constructor Details
#initialize(groupid = nil, groupname = nil, projectid = nil, projectname = nil, instanceid = nil, instanceversion = nil, instancecreatedat = nil, status = nil, createdat = nil, updatedat = nil, projecttype = nil, projectversion = nil) ⇒ RuntimeDeployedInstanceMC
Returns a new instance of RuntimeDeployedInstanceMC.
441 442 443 444 445 446 447 448 449 450 451 452 453 454 |
# File 'lib/v20210601/models.rb', line 441 def initialize(groupid=nil, groupname=nil, projectid=nil, projectname=nil, instanceid=nil, instanceversion=nil, instancecreatedat=nil, status=nil, createdat=nil, updatedat=nil, projecttype=nil, projectversion=nil) @GroupId = groupid @GroupName = groupname @ProjectId = projectid @ProjectName = projectname @InstanceId = instanceid @InstanceVersion = instanceversion @InstanceCreatedAt = instancecreatedat @Status = status @CreatedAt = createdat @UpdatedAt = updatedat @ProjectType = projecttype @ProjectVersion = projectversion end |
Instance Attribute Details
#CreatedAt ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def CreatedAt @CreatedAt end |
#GroupId ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def GroupId @GroupId end |
#GroupName ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def GroupName @GroupName end |
#InstanceCreatedAt ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def InstanceCreatedAt @InstanceCreatedAt end |
#InstanceId ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def InstanceId @InstanceId end |
#InstanceVersion ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def InstanceVersion @InstanceVersion end |
#ProjectId ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def ProjectId @ProjectId end |
#ProjectName ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def ProjectName @ProjectName end |
#ProjectType ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def ProjectType @ProjectType end |
#ProjectVersion ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def ProjectVersion @ProjectVersion end |
#Status ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def Status @Status end |
#UpdatedAt ⇒ Object
439 440 441 |
# File 'lib/v20210601/models.rb', line 439 def UpdatedAt @UpdatedAt end |
Instance Method Details
#deserialize(params) ⇒ Object
456 457 458 459 460 461 462 463 464 465 466 467 468 469 |
# File 'lib/v20210601/models.rb', line 456 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @ProjectId = params['ProjectId'] @ProjectName = params['ProjectName'] @InstanceId = params['InstanceId'] @InstanceVersion = params['InstanceVersion'] @InstanceCreatedAt = params['InstanceCreatedAt'] @Status = params['Status'] @CreatedAt = params['CreatedAt'] @UpdatedAt = params['UpdatedAt'] @ProjectType = params['ProjectType'] @ProjectVersion = params['ProjectVersion'] end |