Class: TencentCloud::Cdc::V20201214::DedicatedCluster
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdc::V20201214::DedicatedCluster
- Defined in:
- lib/v20201214/models.rb
Overview
专用集群列表
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DedicatedClusterId ⇒ Object
- #Description ⇒ Object
- #LifecycleStatus ⇒ Object
- #Name ⇒ Object
- #RunningStatus ⇒ Object
- #SiteId ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dedicatedclusterid = nil, zone = nil, description = nil, name = nil, lifecyclestatus = nil, createtime = nil, siteid = nil, runningstatus = nil) ⇒ DedicatedCluster
constructor
A new instance of DedicatedCluster.
Constructor Details
#initialize(dedicatedclusterid = nil, zone = nil, description = nil, name = nil, lifecyclestatus = nil, createtime = nil, siteid = nil, runningstatus = nil) ⇒ DedicatedCluster
Returns a new instance of DedicatedCluster.
394 395 396 397 398 399 400 401 402 403 |
# File 'lib/v20201214/models.rb', line 394 def initialize(dedicatedclusterid=nil, zone=nil, description=nil, name=nil, lifecyclestatus=nil, createtime=nil, siteid=nil, runningstatus=nil) @DedicatedClusterId = dedicatedclusterid @Zone = zone @Description = description @Name = name @LifecycleStatus = lifecyclestatus @CreateTime = createtime @SiteId = siteid @RunningStatus = runningstatus end |
Instance Attribute Details
#CreateTime ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def CreateTime @CreateTime end |
#DedicatedClusterId ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def DedicatedClusterId @DedicatedClusterId end |
#Description ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def Description @Description end |
#LifecycleStatus ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def LifecycleStatus @LifecycleStatus end |
#Name ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def Name @Name end |
#RunningStatus ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def RunningStatus @RunningStatus end |
#SiteId ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def SiteId @SiteId end |
#Zone ⇒ Object
392 393 394 |
# File 'lib/v20201214/models.rb', line 392 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
405 406 407 408 409 410 411 412 413 414 |
# File 'lib/v20201214/models.rb', line 405 def deserialize(params) @DedicatedClusterId = params['DedicatedClusterId'] @Zone = params['Zone'] @Description = params['Description'] @Name = params['Name'] @LifecycleStatus = params['LifecycleStatus'] @CreateTime = params['CreateTime'] @SiteId = params['SiteId'] @RunningStatus = params['RunningStatus'] end |