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.
4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 |
# File 'lib/v20170320/models.rb', line 4272 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
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def Affinity @Affinity end |
#CreateTime ⇒ Object
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def CreateTime @CreateTime end |
#DeployGroupId ⇒ Object
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def DeployGroupId @DeployGroupId end |
#DeployGroupName ⇒ Object
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def DeployGroupName @DeployGroupName end |
#Description ⇒ Object
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def Description @Description end |
#DevClass ⇒ Object
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def DevClass @DevClass end |
#LimitNum ⇒ Object
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def LimitNum @LimitNum end |
#Quota ⇒ Object
4270 4271 4272 |
# File 'lib/v20170320/models.rb', line 4270 def Quota @Quota end |
Instance Method Details
#deserialize(params) ⇒ Object
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 |
# File 'lib/v20170320/models.rb', line 4283 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 |