Interface LbConfigs

    • Method Detail

      • getLbConfig

        List<LbConfig> getLbConfig()
        Gets the value of the lbConfig property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lbConfig property.

        For example, to add a new item, do as follows:

            getLbConfig().add(newItem);
         

        Objects of the following type(s) are allowed in the list LbConfig

      • getLbConfig

        @DuckTyped
        LbConfig getLbConfig​(String name)
        Return the lb config with the given name, or null if no such lb config exists.
        Parameters:
        name - the name of the lb config
        Returns:
        the LbConfig object, or null if no such lb config