Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.QuotaUsage
-
Packages that use QuotaUsage Package Description io.fabric8.openshift.api.model.installer.gcp.v1 io.fabric8.openshift.api.model.installer.v1 -
-
Uses of QuotaUsage in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return QuotaUsage Modifier and Type Method Description QuotaUsageQuotaUsageBuilder. build()Methods in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type QuotaUsage Modifier and Type Method Description protected voidQuotaUsageFluent. copyInstance(QuotaUsage instance)Constructors in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type QuotaUsage Constructor Description QuotaUsageBuilder(QuotaUsage instance)QuotaUsageBuilder(QuotaUsageFluent<?> fluent, QuotaUsage instance)QuotaUsageFluent(QuotaUsage instance) -
Uses of QuotaUsage in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return QuotaUsage Modifier and Type Method Description QuotaUsageClusterQuotaFluent. buildFirstGcp()QuotaUsageClusterQuotaFluent. buildGcp(int index)QuotaUsageClusterQuotaFluent. buildLastGcp()QuotaUsageClusterQuotaFluent. buildMatchingGcp(Predicate<QuotaUsageBuilder> predicate)Methods in io.fabric8.openshift.api.model.installer.v1 that return types with arguments of type QuotaUsage Modifier and Type Method Description List<QuotaUsage>ClusterQuotaFluent. buildGcp()List<QuotaUsage>ClusterQuota. getGcp()ClusterQuota contains the size, in cloud quota, of the cluster that was created by installer.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type QuotaUsage Modifier and Type Method Description ClusterQuotaFluent.GcpNested<A>ClusterQuotaFluent. addNewGcpLike(QuotaUsage item)AClusterQuotaFluent. addToGcp(int index, QuotaUsage item)AClusterQuotaFluent. addToGcp(QuotaUsage... items)AClusterQuotaFluent. removeFromGcp(QuotaUsage... items)ClusterQuotaFluent.GcpNested<A>ClusterQuotaFluent. setNewGcpLike(int index, QuotaUsage item)AClusterQuotaFluent. setToGcp(int index, QuotaUsage item)AClusterQuotaFluent. withGcp(QuotaUsage... gcp)Method parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type QuotaUsage Modifier and Type Method Description AClusterQuotaFluent. addAllToGcp(Collection<QuotaUsage> items)AClusterQuotaFluent. removeAllFromGcp(Collection<QuotaUsage> items)voidClusterQuota. setGcp(List<QuotaUsage> gcp)ClusterQuota contains the size, in cloud quota, of the cluster that was created by installer.AClusterQuotaFluent. withGcp(List<QuotaUsage> gcp)Constructor parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type QuotaUsage Constructor Description ClusterQuota(List<QuotaUsage> gcp)
-