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 class
Zone
A Google Cloud DNS Zone object.Methods in com.google.cloud.dns that return ZoneInfo Modifier and Type Method Description abstract ZoneInfo
ZoneInfo.Builder. build()
Builds the instance ofZoneInfo
based on the information set by this builder.static ZoneInfo
ZoneInfo. of(String name, String dnsName, String description)
Returns a ZoneInfo object with assignedname
,dnsName
anddescription
.Methods in com.google.cloud.dns with parameters of type ZoneInfo Modifier and Type Method Description Zone
Dns. 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.
-