Class: TencentCloud::Ecm::V20190719::ModifyDefaultSubnetRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ModifyDefaultSubnetRequest
- Defined in:
- lib/v20190719/models.rb
Overview
ModifyDefaultSubnet请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ecmregion = nil, zone = nil, vpcid = nil, subnetid = nil) ⇒ ModifyDefaultSubnetRequest
constructor
A new instance of ModifyDefaultSubnetRequest.
Constructor Details
#initialize(ecmregion = nil, zone = nil, vpcid = nil, subnetid = nil) ⇒ ModifyDefaultSubnetRequest
Returns a new instance of ModifyDefaultSubnetRequest.
7187 7188 7189 7190 7191 7192 |
# File 'lib/v20190719/models.rb', line 7187 def initialize(ecmregion=nil, zone=nil, vpcid=nil, subnetid=nil) @EcmRegion = ecmregion @Zone = zone @VpcId = vpcid @SubnetId = subnetid end |
Instance Attribute Details
#EcmRegion ⇒ Object
7185 7186 7187 |
# File 'lib/v20190719/models.rb', line 7185 def EcmRegion @EcmRegion end |
#SubnetId ⇒ Object
7185 7186 7187 |
# File 'lib/v20190719/models.rb', line 7185 def SubnetId @SubnetId end |
#VpcId ⇒ Object
7185 7186 7187 |
# File 'lib/v20190719/models.rb', line 7185 def VpcId @VpcId end |
#Zone ⇒ Object
7185 7186 7187 |
# File 'lib/v20190719/models.rb', line 7185 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
7194 7195 7196 7197 7198 7199 |
# File 'lib/v20190719/models.rb', line 7194 def deserialize(params) @EcmRegion = params['EcmRegion'] @Zone = params['Zone'] @VpcId = params['VpcId'] @SubnetId = params['SubnetId'] end |