Class: TencentCloud::Cdb::V20170320::DeployGroupInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DeployGroupInfo
- Defined in:
- lib/v20170320/models.rb
Overview
置放群组信息
Instance Attribute Summary collapse
- #Affinity ⇒ Object
- #CreateTime ⇒ Object
- #DeployGroupId ⇒ Object
- #DeployGroupName ⇒ Object
- #Description ⇒ Object
- #DevClass ⇒ Object
- #LimitNum ⇒ Object
- #Quota ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deploygroupid = nil, deploygroupname = nil, createtime = nil, quota = nil, affinity = nil, limitnum = nil, description = nil, devclass = nil) ⇒ DeployGroupInfo
constructor
A new instance of DeployGroupInfo.
Constructor Details
#initialize(deploygroupid = nil, deploygroupname = nil, createtime = nil, quota = nil, affinity = nil, limitnum = nil, description = nil, devclass = nil) ⇒ DeployGroupInfo
Returns a new instance of DeployGroupInfo.
4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 |
# File 'lib/v20170320/models.rb', line 4293 def initialize(deploygroupid=nil, deploygroupname=nil, createtime=nil, quota=nil, affinity=nil, limitnum=nil, description=nil, devclass=nil) @DeployGroupId = deploygroupid @DeployGroupName = deploygroupname @CreateTime = createtime @Quota = quota @Affinity = affinity @LimitNum = limitnum @Description = description @DevClass = devclass end |
Instance Attribute Details
#Affinity ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def Affinity @Affinity end |
#CreateTime ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def CreateTime @CreateTime end |
#DeployGroupId ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def DeployGroupId @DeployGroupId end |
#DeployGroupName ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def DeployGroupName @DeployGroupName end |
#Description ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def Description @Description end |
#DevClass ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def DevClass @DevClass end |
#LimitNum ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def LimitNum @LimitNum end |
#Quota ⇒ Object
4291 4292 4293 |
# File 'lib/v20170320/models.rb', line 4291 def Quota @Quota end |
Instance Method Details
#deserialize(params) ⇒ Object
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 |
# File 'lib/v20170320/models.rb', line 4304 def deserialize(params) @DeployGroupId = params['DeployGroupId'] @DeployGroupName = params['DeployGroupName'] @CreateTime = params['CreateTime'] @Quota = params['Quota'] @Affinity = params['Affinity'] @LimitNum = params['LimitNum'] @Description = params['Description'] @DevClass = params['DevClass'] end |