Class: TencentCloud::Cdb::V20170320::CreateDeployGroupRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateDeployGroupRequest
- Defined in:
- lib/v20170320/models.rb
Overview
CreateDeployGroup请求参数结构体
Instance Attribute Summary collapse
- #Affinity ⇒ Object
- #DeployGroupName ⇒ Object
- #Description ⇒ Object
- #DevClass ⇒ Object
- #LimitNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deploygroupname = nil, description = nil, affinity = nil, limitnum = nil, devclass = nil) ⇒ CreateDeployGroupRequest
constructor
A new instance of CreateDeployGroupRequest.
Constructor Details
#initialize(deploygroupname = nil, description = nil, affinity = nil, limitnum = nil, devclass = nil) ⇒ CreateDeployGroupRequest
Returns a new instance of CreateDeployGroupRequest.
3610 3611 3612 3613 3614 3615 3616 |
# File 'lib/v20170320/models.rb', line 3610 def initialize(deploygroupname=nil, description=nil, affinity=nil, limitnum=nil, devclass=nil) @DeployGroupName = deploygroupname @Description = description @Affinity = affinity @LimitNum = limitnum @DevClass = devclass end |
Instance Attribute Details
#Affinity ⇒ Object
3608 3609 3610 |
# File 'lib/v20170320/models.rb', line 3608 def Affinity @Affinity end |
#DeployGroupName ⇒ Object
3608 3609 3610 |
# File 'lib/v20170320/models.rb', line 3608 def DeployGroupName @DeployGroupName end |
#Description ⇒ Object
3608 3609 3610 |
# File 'lib/v20170320/models.rb', line 3608 def Description @Description end |
#DevClass ⇒ Object
3608 3609 3610 |
# File 'lib/v20170320/models.rb', line 3608 def DevClass @DevClass end |
#LimitNum ⇒ Object
3608 3609 3610 |
# File 'lib/v20170320/models.rb', line 3608 def LimitNum @LimitNum end |
Instance Method Details
#deserialize(params) ⇒ Object
3618 3619 3620 3621 3622 3623 3624 |
# File 'lib/v20170320/models.rb', line 3618 def deserialize(params) @DeployGroupName = params['DeployGroupName'] @Description = params['Description'] @Affinity = params['Affinity'] @LimitNum = params['LimitNum'] @DevClass = params['DevClass'] end |