Class NetworkConfiguration


  • public class NetworkConfiguration
    extends Object
    The network configuration for a pool.
    • Constructor Detail

      • NetworkConfiguration

        public NetworkConfiguration()
    • Method Detail

      • subnetId

        public String subnetId()
        Get the subnetId value.
        Returns:
        the subnetId value
      • withSubnetId

        public NetworkConfiguration withSubnetId​(String subnetId)
        Set the subnetId value.
        Parameters:
        subnetId - the subnetId value to set
        Returns:
        the NetworkConfiguration object itself.
      • endpointConfiguration

        public PoolEndpointConfiguration endpointConfiguration()
        Get the endpointConfiguration value.
        Returns:
        the endpointConfiguration value
      • withEndpointConfiguration

        public NetworkConfiguration withEndpointConfiguration​(PoolEndpointConfiguration endpointConfiguration)
        Set the endpointConfiguration value.
        Parameters:
        endpointConfiguration - the endpointConfiguration value to set
        Returns:
        the NetworkConfiguration object itself.