PoolEndpointConfiguration 类
定义
The endpoint configuration for a pool.
public class PoolEndpointConfiguration
- 继承
-
java.lang.ObjectPoolEndpointConfiguration
方法
inboundNATPools() |
Get the maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400.
|
withInboundNATPools(List<InboundNATPool> inboundNATPools) |
Set the maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400.
|