Uses of Class
com.google.cloud.dns.ZoneInfo
-
Packages that use ZoneInfo Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of ZoneInfo in com.google.cloud.dns
Subclasses of ZoneInfo in com.google.cloud.dns Modifier and Type Class Description classZoneA Google Cloud DNS Zone object.Methods in com.google.cloud.dns that return ZoneInfo Modifier and Type Method Description abstract ZoneInfoZoneInfo.Builder. build()Builds the instance ofZoneInfobased on the information set by this builder.static ZoneInfoZoneInfo. of(String name, String dnsName, String description)Returns a ZoneInfo object with assignedname,dnsNameanddescription.Methods in com.google.cloud.dns with parameters of type ZoneInfo Modifier and Type Method Description ZoneDns. create(ZoneInfo zoneInfo, Dns.ZoneOption... options)Creates a new zone.DnsBatchResult<Zone>DnsBatch. createZone(ZoneInfo zone, Dns.ZoneOption... options)Adds a request representing the "create zone" operation to this batch.
-