Class PoolEndpointConfiguration


  • public class PoolEndpointConfiguration
    extends Object
    The endpoint configuration for a pool.
    • Constructor Detail

      • PoolEndpointConfiguration

        public PoolEndpointConfiguration()
    • 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.