Class ExtraDhcpOption


  • public class ExtraDhcpOption
    extends Object
    This is used to provide additional DHCP-related options to Subnet. This is based on a neutron extension. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)
    See Also:
    api doc
    • Field Detail

      • id

        protected final String id
      • optionName

        @Named("opt_name")
        protected final String optionName
      • optionValue

        @Named("opt_value")
        protected final String optionValue
    • Method Detail

      • getId

        @Nullable
        public String getId()
        Returns:
        the id of the ExtraDhcpOption
      • getOptionName

        @Nullable
        public String getOptionName()
        Returns:
        the optionName of the ExtraDhcpOption
      • getOptionValue

        @Nullable
        public String getOptionValue()
        Returns:
        the optionValue of the ExtraDhcpOption
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()