Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ConnDetectConfig
-
Packages that use ConnDetectConfig Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ConnDetectConfig in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ConnDetectConfig Modifier and Type Method Description ConnDetectConfig[]AddAssetImageRegistryRegistryDetailRequest. getConnDetectConfig()Get 联通性检测的记录IDConnDetectConfig[]UpdateAssetImageRegistryRegistryDetailRequest. getConnDetectConfig()Get 联通性检测的配置Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ConnDetectConfig Modifier and Type Method Description voidAddAssetImageRegistryRegistryDetailRequest. setConnDetectConfig(ConnDetectConfig[] ConnDetectConfig)Set 联通性检测的记录IDvoidUpdateAssetImageRegistryRegistryDetailRequest. setConnDetectConfig(ConnDetectConfig[] ConnDetectConfig)Set 联通性检测的配置Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ConnDetectConfig Constructor Description ConnDetectConfig(ConnDetectConfig 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.
-