Class: TencentCloud::Dlc::V20210125::UpdateNetworkConnectionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::UpdateNetworkConnectionRequest
- Defined in:
- lib/v20210125/models.rb
Overview
UpdateNetworkConnection请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(networkconnectiondesc = nil, networkconnectionname = nil) ⇒ UpdateNetworkConnectionRequest
constructor
A new instance of UpdateNetworkConnectionRequest.
Constructor Details
#initialize(networkconnectiondesc = nil, networkconnectionname = nil) ⇒ UpdateNetworkConnectionRequest
Returns a new instance of UpdateNetworkConnectionRequest.
16789 16790 16791 16792 |
# File 'lib/v20210125/models.rb', line 16789 def initialize(networkconnectiondesc=nil, networkconnectionname=nil) @NetworkConnectionDesc = networkconnectiondesc @NetworkConnectionName = networkconnectionname end |
Instance Attribute Details
#NetworkConnectionDesc ⇒ Object
16787 16788 16789 |
# File 'lib/v20210125/models.rb', line 16787 def NetworkConnectionDesc @NetworkConnectionDesc end |
#NetworkConnectionName ⇒ Object
16787 16788 16789 |
# File 'lib/v20210125/models.rb', line 16787 def NetworkConnectionName @NetworkConnectionName end |
Instance Method Details
#deserialize(params) ⇒ Object
16794 16795 16796 16797 |
# File 'lib/v20210125/models.rb', line 16794 def deserialize(params) @NetworkConnectionDesc = params['NetworkConnectionDesc'] @NetworkConnectionName = params['NetworkConnectionName'] end |