Class: TencentCloud::Dlc::V20210125::UpdateNetworkConnectionRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/models.rb

Overview

UpdateNetworkConnection请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NetworkConnectionDescObject

Parameters:

  • NetworkConnectionDesc:

    网络配置描述

  • NetworkConnectionName:

    网络配置名称



16787
16788
16789
# File 'lib/v20210125/models.rb', line 16787

def NetworkConnectionDesc
  @NetworkConnectionDesc
end

#NetworkConnectionNameObject

Parameters:

  • NetworkConnectionDesc:

    网络配置描述

  • NetworkConnectionName:

    网络配置名称



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