Uses of Class
io.fabric8.openshift.api.model.installer.openstack.v1.NetworkFilter
-
Packages that use NetworkFilter Package Description io.fabric8.openshift.api.model.installer.openstack.v1 -
-
Uses of NetworkFilter in io.fabric8.openshift.api.model.installer.openstack.v1
Methods in io.fabric8.openshift.api.model.installer.openstack.v1 that return NetworkFilter Modifier and Type Method Description NetworkFilterNetworkFilterBuilder. build()NetworkFilterPortTargetFluent. buildNetwork()NetworkFilterPortTarget. getNetwork()PortTarget defines, directly or indirectly, one or more subnets where to attach a port.Methods in io.fabric8.openshift.api.model.installer.openstack.v1 with parameters of type NetworkFilter Modifier and Type Method Description protected voidNetworkFilterFluent. copyInstance(NetworkFilter instance)PortTargetFluent.NetworkNested<A>PortTargetFluent. editOrNewNetworkLike(NetworkFilter item)voidPortTarget. setNetwork(NetworkFilter network)PortTarget defines, directly or indirectly, one or more subnets where to attach a port.APortTargetFluent. withNetwork(NetworkFilter network)PortTargetFluent.NetworkNested<A>PortTargetFluent. withNewNetworkLike(NetworkFilter item)Constructors in io.fabric8.openshift.api.model.installer.openstack.v1 with parameters of type NetworkFilter Constructor Description NetworkFilterBuilder(NetworkFilter instance)NetworkFilterBuilder(NetworkFilterFluent<?> fluent, NetworkFilter instance)NetworkFilterFluent(NetworkFilter instance)PortTarget(List<FixedIP> fixedIPs, NetworkFilter network)
-