PoolEndpointConfiguration.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.
public PoolEndpointConfiguration withInboundNATPools(List<InboundNATPool> inboundNATPools)
参数
- inboundNATPools
- List<InboundNATPool>
the inboundNATPools value to set
返回
the PoolEndpointConfiguration object itself.