Class PoolEndpointConfiguration
- java.lang.Object
-
- com.microsoft.azure.management.batch.PoolEndpointConfiguration
-
public class PoolEndpointConfiguration extends Object
The endpoint configuration for a pool.
-
-
Constructor Summary
Constructors Constructor Description PoolEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InboundNatPool>inboundNatPools()Get the inboundNatPools value.PoolEndpointConfigurationwithInboundNatPools(List<InboundNatPool> inboundNatPools)Set the inboundNatPools value.
-
-
-
Method Detail
-
inboundNatPools
public List<InboundNatPool> inboundNatPools()
Get the inboundNatPools value.- Returns:
- the inboundNatPools value
-
withInboundNatPools
public PoolEndpointConfiguration withInboundNatPools(List<InboundNatPool> inboundNatPools)
Set the inboundNatPools value.- Parameters:
inboundNatPools- the inboundNatPools value to set- Returns:
- the PoolEndpointConfiguration object itself.
-
-