PoolEndpointConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.PoolEndpointConfiguration

public class PoolEndpointConfiguration

The endpoint configuration for a pool.

Method Summary

Modifier and Type Method and Description
List<InboundNATPool> 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.

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.

Method Details

inboundNATPools

public List 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.

Returns:

the inboundNATPools value

withInboundNATPools

public PoolEndpointConfiguration withInboundNATPools(List 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.

Parameters:

inboundNATPools - the inboundNATPools value to set

Returns:

the PoolEndpointConfiguration object itself.

Applies to