Package io.fathom.cloud.dns.backend.selfhosted.model

Examples of io.fathom.cloud.dns.backend.selfhosted.model.ZoneData


        @Override
        public Void call() throws CloudException, IOException {
            String zoneName = zone.getName();

            ZoneData zoneData = new ZoneData();
            zoneData.records = readFromDatabase(true);

            String path = "services/dns/__default/zones/" + zoneName;
            String bucket = "__services";
View Full Code Here

TOP

Related Classes of io.fathom.cloud.dns.backend.selfhosted.model.ZoneData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.