Uses of Class
io.fabric8.openshift.api.model.installer.openstack.v1.PortTarget
-
Packages that use PortTarget Package Description io.fabric8.openshift.api.model.installer.openstack.v1 -
-
Uses of PortTarget in io.fabric8.openshift.api.model.installer.openstack.v1
Methods in io.fabric8.openshift.api.model.installer.openstack.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.openstack.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.openstack.v1 with parameters of type PortTarget Constructor Description Platform(String apiFloatingIP, String apiVIP, List<String> apiVIPs, String cloud, String clusterOSImage, Map<String,String> clusterOSImageProperties, String computeFlavor, PortTarget controlPlanePort, MachinePool defaultMachinePlatform, List<String> externalDNS, String externalNetwork, String ingressFloatingIP, String ingressVIP, List<String> ingressVIPs, String lbFloatingIP, io.fabric8.openshift.api.model.config.v1.OpenStackPlatformLoadBalancer loadBalancer, String machinesSubnet, String octaviaSupport, String region, String trunkSupport)PortTargetBuilder(PortTarget instance)PortTargetBuilder(PortTargetFluent<?> fluent, PortTarget instance)PortTargetFluent(PortTarget instance)
-