Class: TencentCloud::Oceanus::V20190422::CCN
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::CCN
- Defined in:
- lib/v20190422/models.rb
Overview
云联网描述信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vpcid = nil, subnetid = nil, ccnid = nil) ⇒ CCN
constructor
A new instance of CCN.
Constructor Details
#initialize(vpcid = nil, subnetid = nil, ccnid = nil) ⇒ CCN
Returns a new instance of CCN.
31 32 33 34 35 |
# File 'lib/v20190422/models.rb', line 31 def initialize(vpcid=nil, subnetid=nil, ccnid=nil) @VpcId = vpcid @SubnetId = subnetid @CcnId = ccnid end |
Instance Attribute Details
#CcnId ⇒ Object
29 30 31 |
# File 'lib/v20190422/models.rb', line 29 def CcnId @CcnId end |
#SubnetId ⇒ Object
29 30 31 |
# File 'lib/v20190422/models.rb', line 29 def SubnetId @SubnetId end |
#VpcId ⇒ Object
29 30 31 |
# File 'lib/v20190422/models.rb', line 29 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
37 38 39 40 41 |
# File 'lib/v20190422/models.rb', line 37 def deserialize(params) @VpcId = params['VpcId'] @SubnetId = params['SubnetId'] @CcnId = params['CcnId'] end |