Class: TencentCloud::Dasb::V20191018::DeployResourceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::DeployResourceRequest
- Defined in:
- lib/v20191018/models.rb
Overview
DeployResource请求参数结构体
Instance Attribute Summary collapse
- #ApCode ⇒ Object
- #CdcClusterId ⇒ Object
- #CidrBlock ⇒ Object
- #ResourceId ⇒ Object
- #SubnetId ⇒ Object
- #SubnetName ⇒ Object
- #VpcCidrBlock ⇒ Object
- #VpcId ⇒ Object
- #VpcName ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceid = nil, apcode = nil, zone = nil, vpcid = nil, subnetid = nil, cidrblock = nil, vpcname = nil, vpccidrblock = nil, subnetname = nil, cdcclusterid = nil) ⇒ DeployResourceRequest
constructor
A new instance of DeployResourceRequest.
Constructor Details
#initialize(resourceid = nil, apcode = nil, zone = nil, vpcid = nil, subnetid = nil, cidrblock = nil, vpcname = nil, vpccidrblock = nil, subnetname = nil, cdcclusterid = nil) ⇒ DeployResourceRequest
Returns a new instance of DeployResourceRequest.
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 |
# File 'lib/v20191018/models.rb', line 1770 def initialize(resourceid=nil, apcode=nil, zone=nil, vpcid=nil, subnetid=nil, cidrblock=nil, vpcname=nil, vpccidrblock=nil, subnetname=nil, cdcclusterid=nil) @ResourceId = resourceid @ApCode = apcode @Zone = zone @VpcId = vpcid @SubnetId = subnetid @CidrBlock = cidrblock @VpcName = vpcname @VpcCidrBlock = vpccidrblock @SubnetName = subnetname @CdcClusterId = cdcclusterid end |
Instance Attribute Details
#ApCode ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def ApCode @ApCode end |
#CdcClusterId ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def CdcClusterId @CdcClusterId end |
#CidrBlock ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def CidrBlock @CidrBlock end |
#ResourceId ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def ResourceId @ResourceId end |
#SubnetId ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def SubnetId @SubnetId end |
#SubnetName ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def SubnetName @SubnetName end |
#VpcCidrBlock ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def VpcCidrBlock @VpcCidrBlock end |
#VpcId ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def VpcId @VpcId end |
#VpcName ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def VpcName @VpcName end |
#Zone ⇒ Object
1768 1769 1770 |
# File 'lib/v20191018/models.rb', line 1768 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 |
# File 'lib/v20191018/models.rb', line 1783 def deserialize(params) @ResourceId = params['ResourceId'] @ApCode = params['ApCode'] @Zone = params['Zone'] @VpcId = params['VpcId'] @SubnetId = params['SubnetId'] @CidrBlock = params['CidrBlock'] @VpcName = params['VpcName'] @VpcCidrBlock = params['VpcCidrBlock'] @SubnetName = params['SubnetName'] @CdcClusterId = params['CdcClusterId'] end |