java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.dns.domain.registration.Nameserver

@ApiType("SoftLayer_Container_Dns_Domain_Registration_Nameserver")
public class Nameserver
extends Entity
Nameserver container for domain registration
See Also:
SoftLayer_Container_Dns_Domain_Registration_Nameserver
  • Field Details

    • nameservers

      @ApiProperty(canBeNullOrNotSet=true) protected List<List> nameservers
      The list of fully qualified names of the nameserver.
    • nameserversSpecified

      protected boolean nameserversSpecified
  • Constructor Details

    • Nameserver

      public Nameserver()
  • Method Details

    • getNameservers

      public List<List> getNameservers()
    • isNameserversSpecified

      public boolean isNameserversSpecified()
    • unsetNameservers

      public void unsetNameservers()