Uses of Class
io.fabric8.openshift.api.model.installer.powervc.v1.PortTarget
-
Packages that use PortTarget Package Description io.fabric8.openshift.api.model.installer.powervc.v1 -
-
Uses of PortTarget in io.fabric8.openshift.api.model.installer.powervc.v1
Methods in io.fabric8.openshift.api.model.installer.powervc.v1 that return PortTarget Modifier and Type Method Description PortTargetPortTargetBuilder. build()PortTargetPlatformFluent. buildControlPlanePort()PortTargetPlatform. getControlPlanePort()Platform stores all the global configuration that all machinesets use.Methods in io.fabric8.openshift.api.model.installer.powervc.v1 with parameters of type PortTarget Modifier and Type Method Description protected voidPortTargetFluent. copyInstance(PortTarget instance)PlatformFluent.ControlPlanePortNested<A>PlatformFluent. editOrNewControlPlanePortLike(PortTarget item)voidPlatform. setControlPlanePort(PortTarget controlPlanePort)Platform stores all the global configuration that all machinesets use.APlatformFluent. withControlPlanePort(PortTarget controlPlanePort)PlatformFluent.ControlPlanePortNested<A>PlatformFluent. withNewControlPlanePortLike(PortTarget item)Constructors in io.fabric8.openshift.api.model.installer.powervc.v1 with parameters of type PortTarget Constructor Description Platform(String apiFloatingIP, List<String> apiVIPs, String cloud, String clusterOSImage, Map<String,String> clusterOSImageProperties, PortTarget controlPlanePort, MachinePool defaultMachinePlatform, List<String> externalDNS, String externalNetwork, String imageName, String ingressFloatingIP, List<String> ingressVIPs, io.fabric8.openshift.api.model.config.v1.OpenStackPlatformLoadBalancer loadBalancer)PortTargetBuilder(PortTarget instance)PortTargetBuilder(PortTargetFluent<?> fluent, PortTarget instance)PortTargetFluent(PortTarget instance)
-