Class Nameserver
- All Implemented Interfaces:
Serializable, Cloneable
Nameserver includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanGlue IP address of a name server entry.getName()The fully qualified host name of the name server.inthashCode()voidsetGlueIps(Collection<String> glueIps) Glue IP address of a name server entry.voidThe fully qualified host name of the name server.toString()Returns a string representation of this object; useful for testing and debugging.withGlueIps(String... glueIps) Glue IP address of a name server entry.withGlueIps(Collection<String> glueIps) Glue IP address of a name server entry.The fully qualified host name of the name server.
-
Constructor Details
-
Nameserver
public Nameserver()
-
-
Method Details
-
setName
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent:
Nameservers- Parameters:
name- The fully qualified host name of the name server.Type: String
Constraint: Maximum 255 characterss
Parent:
Nameservers
-
getName
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent:
Nameservers- Returns:
- The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent:
Nameservers
-
withName
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent:
Nameservers- Parameters:
name- The fully qualified host name of the name server.Type: String
Constraint: Maximum 255 characterss
Parent:
Nameservers- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getGlueIps
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
Nameservers- Returns:
- Glue IP address of a name server entry. Glue IP addresses are
required only when the name of the name server is a subdomain of
the domain. For example, if your domain is example.com and the
name server for the domain is ns.example.com, you need to specify
the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
Nameservers
-
setGlueIps
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
Nameservers- Parameters:
glueIps- Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
Nameservers
-
withGlueIps
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
NameserversNOTE: This method appends the values to the existing list (if any). Use
setGlueIps(java.util.Collection)orwithGlueIps(java.util.Collection)if you want to override the existing values.- Parameters:
glueIps- Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
Nameservers- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withGlueIps
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
Nameservers- Parameters:
glueIps- Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent:
Nameservers- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-