PoolEndpointConfiguration Class

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

public class PoolEndpointConfiguration

The endpoint configuration for a Pool.

Constructor Summary

Constructor Description
PoolEndpointConfiguration()

Method Summary

Modifier and Type Method and Description
List<InboundNATPool> inboundNATPools()

Get the maximum number of inbound NAT Pools per Batch Pool is 5.

PoolEndpointConfiguration withInboundNATPools(List<InboundNATPool> inboundNATPools)

Set the maximum number of inbound NAT Pools per Batch Pool is 5.

Methods inherited from java.lang.Object

Constructor Details

PoolEndpointConfiguration

public PoolEndpointConfiguration()

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. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.

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. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.

Parameters:

inboundNATPools - the inboundNATPools value to set

Returns:

the PoolEndpointConfiguration object itself.

Applies to