Class: TencentCloud::Dlc::V20210125::DescribeNetworkConnectionsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeNetworkConnectionsRequest
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeNetworkConnections请求参数结构体
Instance Attribute Summary collapse
- #DataEngineName ⇒ Object
- #DatasourceConnectionVpcId ⇒ Object
- #Limit ⇒ Object
- #NetworkConnectionName ⇒ Object
- #NetworkConnectionType ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(networkconnectiontype = nil, dataenginename = nil, datasourceconnectionvpcid = nil, limit = nil, offset = nil, networkconnectionname = nil) ⇒ DescribeNetworkConnectionsRequest
constructor
A new instance of DescribeNetworkConnectionsRequest.
Constructor Details
#initialize(networkconnectiontype = nil, dataenginename = nil, datasourceconnectionvpcid = nil, limit = nil, offset = nil, networkconnectionname = nil) ⇒ DescribeNetworkConnectionsRequest
Returns a new instance of DescribeNetworkConnectionsRequest.
7595 7596 7597 7598 7599 7600 7601 7602 |
# File 'lib/v20210125/models.rb', line 7595 def initialize(networkconnectiontype=nil, dataenginename=nil, datasourceconnectionvpcid=nil, limit=nil, offset=nil, networkconnectionname=nil) @NetworkConnectionType = networkconnectiontype @DataEngineName = dataenginename @DatasourceConnectionVpcId = datasourceconnectionvpcid @Limit = limit @Offset = offset @NetworkConnectionName = networkconnectionname end |
Instance Attribute Details
#DataEngineName ⇒ Object
7593 7594 7595 |
# File 'lib/v20210125/models.rb', line 7593 def DataEngineName @DataEngineName end |
#DatasourceConnectionVpcId ⇒ Object
7593 7594 7595 |
# File 'lib/v20210125/models.rb', line 7593 def DatasourceConnectionVpcId @DatasourceConnectionVpcId end |
#Limit ⇒ Object
7593 7594 7595 |
# File 'lib/v20210125/models.rb', line 7593 def Limit @Limit end |
#NetworkConnectionName ⇒ Object
7593 7594 7595 |
# File 'lib/v20210125/models.rb', line 7593 def NetworkConnectionName @NetworkConnectionName end |
#NetworkConnectionType ⇒ Object
7593 7594 7595 |
# File 'lib/v20210125/models.rb', line 7593 def NetworkConnectionType @NetworkConnectionType end |
#Offset ⇒ Object
7593 7594 7595 |
# File 'lib/v20210125/models.rb', line 7593 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
7604 7605 7606 7607 7608 7609 7610 7611 |
# File 'lib/v20210125/models.rb', line 7604 def deserialize(params) @NetworkConnectionType = params['NetworkConnectionType'] @DataEngineName = params['DataEngineName'] @DatasourceConnectionVpcId = params['DatasourceConnectionVpcId'] @Limit = params['Limit'] @Offset = params['Offset'] @NetworkConnectionName = params['NetworkConnectionName'] end |