Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ProxyNodeCustom
-
Packages that use ProxyNodeCustom Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ProxyNodeCustom in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return ProxyNodeCustom Modifier and Type Method Description ProxyNodeCustom[]AdjustCdbProxyRequest. getProxyNodeCustom()Get 节点规格配置ProxyNodeCustom[]CreateCdbProxyRequest. getProxyNodeCustom()Get 节点规格配置Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type ProxyNodeCustom Modifier and Type Method Description voidAdjustCdbProxyRequest. setProxyNodeCustom(ProxyNodeCustom[] ProxyNodeCustom)Set 节点规格配置voidCreateCdbProxyRequest. setProxyNodeCustom(ProxyNodeCustom[] ProxyNodeCustom)Set 节点规格配置Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type ProxyNodeCustom Constructor Description ProxyNodeCustom(ProxyNodeCustom 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.
-