Uses of Class
com.tencentcloudapi.dlc.v20210125.models.NetworkConnection
-
Packages that use NetworkConnection Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of NetworkConnection in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return NetworkConnection Modifier and Type Method Description NetworkConnection[]DataEngineInfo. getNetworkConnectionSet()Get 网络连接配置 注意:此字段可能返回 null,表示取不到有效值。NetworkConnection[]DatasourceConnectionInfo. getNetworkConnectionSet()Get 网络配置列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type NetworkConnection Modifier and Type Method Description voidDataEngineInfo. setNetworkConnectionSet(NetworkConnection[] NetworkConnectionSet)Set 网络连接配置 注意:此字段可能返回 null,表示取不到有效值。voidDatasourceConnectionInfo. setNetworkConnectionSet(NetworkConnection[] NetworkConnectionSet)Set 网络配置列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type NetworkConnection Constructor Description NetworkConnection(NetworkConnection source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-