All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.secondarydns.OvhSecondaryDNSNameServer Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.secondarydns;

/**
 * A structure describing informations about available nameserver for secondary dns 
 */
public class OvhSecondaryDNSNameServer {
	/**
	 * the name server
	 *
	 * canBeNull
	 */
	public String hostname;

	/**
	 * canBeNull
	 */
	public String ipv6;

	/**
	 * canBeNull
	 */
	public String ip;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy