Uses of Class
io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint
-
Packages that use PowerVSServiceEndpoint Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of PowerVSServiceEndpoint in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return PowerVSServiceEndpoint Modifier and Type Method Description PowerVSServiceEndpointPowerVSServiceEndpointBuilder. build()PowerVSServiceEndpointPowerVSPlatformSpecFluent. buildFirstServiceEndpoint()PowerVSServiceEndpointPowerVSPlatformStatusFluent. buildFirstServiceEndpoint()PowerVSServiceEndpointPowerVSPlatformSpecFluent. buildLastServiceEndpoint()PowerVSServiceEndpointPowerVSPlatformStatusFluent. buildLastServiceEndpoint()PowerVSServiceEndpointPowerVSPlatformSpecFluent. buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)PowerVSServiceEndpointPowerVSPlatformStatusFluent. buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate)PowerVSServiceEndpointPowerVSPlatformSpecFluent. buildServiceEndpoint(int index)PowerVSServiceEndpointPowerVSPlatformStatusFluent. buildServiceEndpoint(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type PowerVSServiceEndpoint Modifier and Type Method Description List<PowerVSServiceEndpoint>PowerVSPlatformSpecFluent. buildServiceEndpoints()List<PowerVSServiceEndpoint>PowerVSPlatformStatusFluent. buildServiceEndpoints()List<PowerVSServiceEndpoint>PowerVSPlatformSpec. getServiceEndpoints()serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.List<PowerVSServiceEndpoint>PowerVSPlatformStatus. getServiceEndpoints()serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type PowerVSServiceEndpoint Modifier and Type Method Description APowerVSPlatformSpecFluent. addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items)APowerVSPlatformStatusFluent. addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items)APowerVSPlatformSpecFluent. removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items)APowerVSPlatformStatusFluent. removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items)voidPowerVSPlatformSpec. setServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.voidPowerVSPlatformStatus. setServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.APowerVSPlatformSpecFluent. withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)APowerVSPlatformStatusFluent. withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type PowerVSServiceEndpoint Constructor Description PowerVSServiceEndpointBuilder(PowerVSServiceEndpoint instance)PowerVSServiceEndpointBuilder(PowerVSServiceEndpointFluent<?> fluent, PowerVSServiceEndpoint instance)PowerVSServiceEndpointFluent(PowerVSServiceEndpoint instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type PowerVSServiceEndpoint Constructor Description PowerVSPlatformSpec(List<PowerVSServiceEndpoint> serviceEndpoints)PowerVSPlatformStatus(String cisInstanceCRN, String dnsInstanceCRN, String region, String resourceGroup, List<PowerVSServiceEndpoint> serviceEndpoints, String zone)
-