Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.DNSZone
-
Packages that use DNSZone Package Description io.fabric8.openshift.api.model.installer.gcp.v1 -
-
Uses of DNSZone in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return DNSZone Modifier and Type Method Description DNSZoneDNSZoneBuilder. build()DNSZoneDNSFluent. buildPrivateZone()DNSZoneDNS. getPrivateZone()DNS contains the gcp dns zone information for the cluster.Methods in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type DNSZone Modifier and Type Method Description protected voidDNSZoneFluent. copyInstance(DNSZone instance)DNSFluent.PrivateZoneNested<A>DNSFluent. editOrNewPrivateZoneLike(DNSZone item)voidDNS. setPrivateZone(DNSZone privateZone)DNS contains the gcp dns zone information for the cluster.DNSFluent.PrivateZoneNested<A>DNSFluent. withNewPrivateZoneLike(DNSZone item)ADNSFluent. withPrivateZone(DNSZone privateZone)Constructors in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type DNSZone Constructor Description DNS(DNSZone privateZone)DNSZoneBuilder(DNSZone instance)DNSZoneBuilder(DNSZoneFluent<?> fluent, DNSZone instance)DNSZoneFluent(DNSZone instance)
-