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.
3591 3592 3593 3594 3595 3596 3597 |
# File 'lib/v20170320/models.rb', line 3591 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
3589 3590 3591 |
# File 'lib/v20170320/models.rb', line 3589 def Affinity @Affinity end |
#DeployGroupName ⇒ Object
3589 3590 3591 |
# File 'lib/v20170320/models.rb', line 3589 def DeployGroupName @DeployGroupName end |
#Description ⇒ Object
3589 3590 3591 |
# File 'lib/v20170320/models.rb', line 3589 def Description @Description end |
#DevClass ⇒ Object
3589 3590 3591 |
# File 'lib/v20170320/models.rb', line 3589 def DevClass @DevClass end |
#LimitNum ⇒ Object
3589 3590 3591 |
# File 'lib/v20170320/models.rb', line 3589 def LimitNum @LimitNum end |
Instance Method Details
#deserialize(params) ⇒ Object
3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/v20170320/models.rb', line 3599 def deserialize(params) @DeployGroupName = params['DeployGroupName'] @Description = params['Description'] @Affinity = params['Affinity'] @LimitNum = params['LimitNum'] @DevClass = params['DevClass'] end |