Class: TencentCloud::Tcm::V20210413::DeployConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcm::V20210413::DeployConfig
- Defined in:
- lib/v20210413/models.rb
Overview
部署配置
Instance Attribute Summary collapse
-
#Nodes ⇒ Object
-
SPECIFIC:专有模式 - AUTO:普通模式.
-
-
#NodeSelectType ⇒ Object
-
SPECIFIC:专有模式 - AUTO:普通模式.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nodeselecttype = nil, nodes = nil) ⇒ DeployConfig
constructor
A new instance of DeployConfig.
Constructor Details
#initialize(nodeselecttype = nil, nodes = nil) ⇒ DeployConfig
Returns a new instance of DeployConfig.
529 530 531 532 |
# File 'lib/v20210413/models.rb', line 529 def initialize(nodeselecttype=nil, nodes=nil) @NodeSelectType = nodeselecttype @Nodes = nodes end |
Instance Attribute Details
#Nodes ⇒ Object
-
SPECIFIC:专有模式
-
AUTO:普通模式
527 528 529 |
# File 'lib/v20210413/models.rb', line 527 def Nodes @Nodes end |
#NodeSelectType ⇒ Object
-
SPECIFIC:专有模式
-
AUTO:普通模式
527 528 529 |
# File 'lib/v20210413/models.rb', line 527 def NodeSelectType @NodeSelectType end |
Instance Method Details
#deserialize(params) ⇒ Object
534 535 536 537 |
# File 'lib/v20210413/models.rb', line 534 def deserialize(params) @NodeSelectType = params['NodeSelectType'] @Nodes = params['Nodes'] end |