Uses of Class
io.fabric8.openshift.api.model.hive.v1.ManageDNSGCPConfig
-
Packages that use ManageDNSGCPConfig Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ManageDNSGCPConfig in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ManageDNSGCPConfig Modifier and Type Method Description ManageDNSGCPConfigManageDNSGCPConfigBuilder. build()ManageDNSGCPConfigManageDNSConfigFluent. buildGcp()ManageDNSGCPConfigManageDNSConfig. getGcp()ManageDNSConfig contains the domain being managed, and the cloud-specific details for accessing/managing the domain.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ManageDNSGCPConfig Modifier and Type Method Description protected voidManageDNSGCPConfigFluent. copyInstance(ManageDNSGCPConfig instance)ManageDNSConfigFluent.GcpNested<A>ManageDNSConfigFluent. editOrNewGcpLike(ManageDNSGCPConfig item)voidManageDNSConfig. setGcp(ManageDNSGCPConfig gcp)ManageDNSConfig contains the domain being managed, and the cloud-specific details for accessing/managing the domain.AManageDNSConfigFluent. withGcp(ManageDNSGCPConfig gcp)ManageDNSConfigFluent.GcpNested<A>ManageDNSConfigFluent. withNewGcpLike(ManageDNSGCPConfig item)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ManageDNSGCPConfig Constructor Description ManageDNSConfig(ManageDNSAWSConfig aws, ManageDNSAzureConfig azure, List<String> domains, ManageDNSGCPConfig gcp)ManageDNSGCPConfigBuilder(ManageDNSGCPConfig instance)ManageDNSGCPConfigBuilder(ManageDNSGCPConfigFluent<?> fluent, ManageDNSGCPConfig instance)ManageDNSGCPConfigFluent(ManageDNSGCPConfig instance)
-