PoolEndpointConfiguration Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. PoolEndpointConfiguration
- com.
public class PoolEndpointConfiguration
The endpoint configuration for a Pool.
Constructor Summary
Constructor | Description | |
---|---|---|
PoolEndpointConfiguration() |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Inbound |
inboundNATPools()
Get the maximum number of inbound NAT Pools per Batch Pool is 5. |
Pool |
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
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:
withInboundNATPools
public PoolEndpointConfiguration withInboundNATPools(List
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:
Returns:
Applies to
Azure SDK for Java