Package | Description |
---|---|
com.tencentcloudapi.gaap.v20180529.models |
Modifier and Type | Method and Description |
---|---|
ProxyInfo[] |
DescribeProxiesResponse.getInstanceSet()
Get Connection instance information list; It’s an old parameter, please switch to ProxySet.
|
ProxyInfo |
DescribeProxyDetailResponse.getProxyDetail()
Get Connection details
|
ProxyInfo[] |
DescribeProxiesResponse.getProxySet()
Get Connection instance information list; It’s a new parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeProxiesResponse.setInstanceSet(ProxyInfo[] InstanceSet)
Set Connection instance information list; It’s an old parameter, please switch to ProxySet.
|
void |
DescribeProxyDetailResponse.setProxyDetail(ProxyInfo ProxyDetail)
Set Connection details
|
void |
DescribeProxiesResponse.setProxySet(ProxyInfo[] ProxySet)
Set Connection instance information list; It’s a new parameter.
|
Constructor and Description |
---|
ProxyInfo(ProxyInfo 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.
|
Copyright © 2023. All rights reserved.