Uses of Class
com.tencentcloudapi.tcb.v20180608.models.StandaloneGatewayInfo
-
Packages that use StandaloneGatewayInfo Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of StandaloneGatewayInfo in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return StandaloneGatewayInfo Modifier and Type Method Description StandaloneGatewayInfo[]DescribeStandaloneGatewayResponse. getStandaloneGatewayList()Get 独立网关信息列表Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type StandaloneGatewayInfo Modifier and Type Method Description voidDescribeStandaloneGatewayResponse. setStandaloneGatewayList(StandaloneGatewayInfo[] StandaloneGatewayList)Set 独立网关信息列表Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type StandaloneGatewayInfo Constructor Description StandaloneGatewayInfo(StandaloneGatewayInfo 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.
-