Uses of Class
io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint
-
-
Uses of IBMCloudServiceEndpoint in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return IBMCloudServiceEndpoint Modifier and Type Method Description IBMCloudServiceEndpointIBMCloudServiceEndpointBuilder. build()IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildFirstServiceEndpoint()IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildLastServiceEndpoint()IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildMatchingServiceEndpoint(Predicate<IBMCloudServiceEndpointBuilder> predicate)IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildServiceEndpoint(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type IBMCloudServiceEndpoint Modifier and Type Method Description List<IBMCloudServiceEndpoint>IBMCloudPlatformStatusFluent. buildServiceEndpoints()List<IBMCloudServiceEndpoint>IBMCloudPlatformStatus. getServiceEndpoints()serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM Cloud service.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type IBMCloudServiceEndpoint Modifier and Type Method Description IBMCloudPlatformStatusFluent.ServiceEndpointsNested<A>IBMCloudPlatformStatusFluent. addNewServiceEndpointLike(IBMCloudServiceEndpoint item)AIBMCloudPlatformStatusFluent. addToServiceEndpoints(int index, IBMCloudServiceEndpoint item)AIBMCloudPlatformStatusFluent. addToServiceEndpoints(IBMCloudServiceEndpoint... items)protected voidIBMCloudServiceEndpointFluent. copyInstance(IBMCloudServiceEndpoint instance)AIBMCloudPlatformStatusFluent. removeFromServiceEndpoints(IBMCloudServiceEndpoint... items)IBMCloudPlatformStatusFluent.ServiceEndpointsNested<A>IBMCloudPlatformStatusFluent. setNewServiceEndpointLike(int index, IBMCloudServiceEndpoint item)AIBMCloudPlatformStatusFluent. setToServiceEndpoints(int index, IBMCloudServiceEndpoint item)AIBMCloudPlatformStatusFluent. withServiceEndpoints(IBMCloudServiceEndpoint... serviceEndpoints)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type IBMCloudServiceEndpoint Modifier and Type Method Description AIBMCloudPlatformStatusFluent. addAllToServiceEndpoints(Collection<IBMCloudServiceEndpoint> items)AIBMCloudPlatformStatusFluent. removeAllFromServiceEndpoints(Collection<IBMCloudServiceEndpoint> items)voidIBMCloudPlatformStatus. setServiceEndpoints(List<IBMCloudServiceEndpoint> serviceEndpoints)serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM Cloud service.AIBMCloudPlatformStatusFluent. withServiceEndpoints(List<IBMCloudServiceEndpoint> serviceEndpoints)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type IBMCloudServiceEndpoint Constructor Description IBMCloudServiceEndpointBuilder(IBMCloudServiceEndpoint instance)IBMCloudServiceEndpointBuilder(IBMCloudServiceEndpointFluent<?> fluent, IBMCloudServiceEndpoint instance)IBMCloudServiceEndpointFluent(IBMCloudServiceEndpoint instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type IBMCloudServiceEndpoint Constructor Description IBMCloudPlatformStatus(String cisInstanceCRN, String dnsInstanceCRN, String location, String providerType, String resourceGroupName, List<IBMCloudServiceEndpoint> serviceEndpoints)
-