Uses of Class
io.fabric8.openshift.api.model.machine.v1alpha1.PortOpts
-
Packages that use PortOpts Package Description io.fabric8.openshift.api.model.machine.v1alpha1 -
-
Uses of PortOpts in io.fabric8.openshift.api.model.machine.v1alpha1
Methods in io.fabric8.openshift.api.model.machine.v1alpha1 that return PortOpts Modifier and Type Method Description PortOptsPortOptsBuilder. build()PortOptsOpenstackProviderSpecFluent. buildFirstPort()PortOptsOpenstackProviderSpecFluent. buildLastPort()PortOptsOpenstackProviderSpecFluent. buildMatchingPort(Predicate<PortOptsBuilder> predicate)PortOptsOpenstackProviderSpecFluent. buildPort(int index)Methods in io.fabric8.openshift.api.model.machine.v1alpha1 that return types with arguments of type PortOpts Modifier and Type Method Description List<PortOpts>OpenstackProviderSpecFluent. buildPorts()List<PortOpts>OpenstackProviderSpec. getPorts()Methods in io.fabric8.openshift.api.model.machine.v1alpha1 with parameters of type PortOpts Modifier and Type Method Description OpenstackProviderSpecFluent.PortsNested<A>OpenstackProviderSpecFluent. addNewPortLike(PortOpts item)AOpenstackProviderSpecFluent. addToPorts(int index, PortOpts item)AOpenstackProviderSpecFluent. addToPorts(PortOpts... items)protected voidPortOptsFluent. copyInstance(PortOpts instance)AOpenstackProviderSpecFluent. removeFromPorts(PortOpts... items)OpenstackProviderSpecFluent.PortsNested<A>OpenstackProviderSpecFluent. setNewPortLike(int index, PortOpts item)AOpenstackProviderSpecFluent. setToPorts(int index, PortOpts item)AOpenstackProviderSpecFluent. withPorts(PortOpts... ports)Method parameters in io.fabric8.openshift.api.model.machine.v1alpha1 with type arguments of type PortOpts Modifier and Type Method Description AOpenstackProviderSpecFluent. addAllToPorts(Collection<PortOpts> items)AOpenstackProviderSpecFluent. removeAllFromPorts(Collection<PortOpts> items)voidOpenstackProviderSpec. setPorts(List<PortOpts> ports)AOpenstackProviderSpecFluent. withPorts(List<PortOpts> ports)Constructors in io.fabric8.openshift.api.model.machine.v1alpha1 with parameters of type PortOpts Constructor Description PortOptsBuilder(PortOpts instance)PortOptsBuilder(PortOptsFluent<?> fluent, PortOpts instance)PortOptsFluent(PortOpts instance)
-