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

org.openstack4j.model.dns.v2.Nameserver Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.dns.v2;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.dns.v2.builder.NameserverBuilder;

/**
 * Nameserver model
 *
 * @see API reference
 */
public interface Nameserver extends ModelEntity, Buildable {

    /**
     * @return the hostname of the nameserver that the zone should be delegated to
     */
    String getHostname();

    /**
     * @return the priority of the nameserver
     */
    Integer getPriority();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy