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

org.openstack4j.model.dns.v2.builder.DNSV2Builders Maven / Gradle / Ivy

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


/**
 * The Designate V2 builders
 */
public interface DNSV2Builders {

    /**
     * The builder to create a Zone.
     *
     * @return the zone builder
     */
    public ZoneBuilder zone();

    /**
     * The builder to create a Recordset.
     *
     * @return the recordset builder
     */
    public RecordsetBuilder recordset();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy