Uses of Class
io.fabric8.openshift.api.model.hive.v1.GCPPrivateServiceConnectInventory
-
Packages that use GCPPrivateServiceConnectInventory Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of GCPPrivateServiceConnectInventory in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return GCPPrivateServiceConnectInventory Modifier and Type Method Description GCPPrivateServiceConnectInventoryGCPPrivateServiceConnectInventoryBuilder. build()GCPPrivateServiceConnectInventoryGCPPrivateServiceConnectConfigFluent. buildEndpointVPCInventory(int index)GCPPrivateServiceConnectInventoryGCPPrivateServiceConnectConfigFluent. buildFirstEndpointVPCInventory()GCPPrivateServiceConnectInventoryGCPPrivateServiceConnectConfigFluent. buildLastEndpointVPCInventory()GCPPrivateServiceConnectInventoryGCPPrivateServiceConnectConfigFluent. buildMatchingEndpointVPCInventory(Predicate<GCPPrivateServiceConnectInventoryBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type GCPPrivateServiceConnectInventory Modifier and Type Method Description List<GCPPrivateServiceConnectInventory>GCPPrivateServiceConnectConfigFluent. buildEndpointVPCInventory()List<GCPPrivateServiceConnectInventory>GCPPrivateServiceConnectConfig. getEndpointVPCInventory()EndpointVPCInventory is a list of VPCs and the corresponding subnets in various GCP regions.Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type GCPPrivateServiceConnectInventory Modifier and Type Method Description AGCPPrivateServiceConnectConfigFluent. addAllToEndpointVPCInventory(Collection<GCPPrivateServiceConnectInventory> items)AGCPPrivateServiceConnectConfigFluent. removeAllFromEndpointVPCInventory(Collection<GCPPrivateServiceConnectInventory> items)voidGCPPrivateServiceConnectConfig. setEndpointVPCInventory(List<GCPPrivateServiceConnectInventory> endpointVPCInventory)EndpointVPCInventory is a list of VPCs and the corresponding subnets in various GCP regions.AGCPPrivateServiceConnectConfigFluent. withEndpointVPCInventory(List<GCPPrivateServiceConnectInventory> endpointVPCInventory)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type GCPPrivateServiceConnectInventory Constructor Description GCPPrivateServiceConnectInventoryBuilder(GCPPrivateServiceConnectInventory instance)GCPPrivateServiceConnectInventoryBuilder(GCPPrivateServiceConnectInventoryFluent<?> fluent, GCPPrivateServiceConnectInventory instance)GCPPrivateServiceConnectInventoryFluent(GCPPrivateServiceConnectInventory instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type GCPPrivateServiceConnectInventory Constructor Description GCPPrivateServiceConnectConfig(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef, List<GCPPrivateServiceConnectInventory> endpointVPCInventory)
-