Package | Description |
---|---|
com.tencentcloudapi.clb.v20180317.models |
Modifier and Type | Method and Description |
---|---|
SnatIp[] |
CloneLoadBalancerRequest.getSnatIps()
Get Creates `SnatIp` when the binding IPs of other VPCs feature is enabled
|
SnatIp[] |
LoadBalancer.getSnatIps()
Get `SnatIp` list after SnatPro load balancing is enabled.
|
SnatIp[] |
CreateLoadBalancerSnatIpsRequest.getSnatIps()
Get Information of the SNAT IP to be added.
|
SnatIp[] |
CreateLoadBalancerRequest.getSnatIps()
Get Creates `SnatIp` when the binding IPs of other VPCs feature is enabled
|
Modifier and Type | Method and Description |
---|---|
void |
CloneLoadBalancerRequest.setSnatIps(SnatIp[] SnatIps)
Set Creates `SnatIp` when the binding IPs of other VPCs feature is enabled
|
void |
LoadBalancer.setSnatIps(SnatIp[] SnatIps)
Set `SnatIp` list after SnatPro load balancing is enabled.
|
void |
CreateLoadBalancerSnatIpsRequest.setSnatIps(SnatIp[] SnatIps)
Set Information of the SNAT IP to be added.
|
void |
CreateLoadBalancerRequest.setSnatIps(SnatIp[] SnatIps)
Set Creates `SnatIp` when the binding IPs of other VPCs feature is enabled
|
Constructor and Description |
---|
SnatIp(SnatIp 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.