Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkDataIPv4
-
Packages that use NetworkDataIPv4 Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 -
-
Uses of NetworkDataIPv4 in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return NetworkDataIPv4 Modifier and Type Method Description NetworkDataIPv4NetworkDataIPv4Builder. build()NetworkDataIPv4NetworkDataNetworkFluent. buildFirstIpv4()NetworkDataIPv4NetworkDataNetworkFluent. buildIpv4(int index)NetworkDataIPv4NetworkDataNetworkFluent. buildLastIpv4()NetworkDataIPv4NetworkDataNetworkFluent. buildMatchingIpv4(Predicate<NetworkDataIPv4Builder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return types with arguments of type NetworkDataIPv4 Modifier and Type Method Description List<NetworkDataIPv4>NetworkDataNetworkFluent. buildIpv4()List<NetworkDataIPv4>NetworkDataNetwork. getIpv4()IPv4 contains a list of IPv4 static allocationsMethods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type NetworkDataIPv4 Modifier and Type Method Description NetworkDataNetworkFluent.Ipv4Nested<A>NetworkDataNetworkFluent. addNewIpv4Like(NetworkDataIPv4 item)ANetworkDataNetworkFluent. addToIpv4(int index, NetworkDataIPv4 item)ANetworkDataNetworkFluent. addToIpv4(NetworkDataIPv4... items)protected voidNetworkDataIPv4Fluent. copyInstance(NetworkDataIPv4 instance)ANetworkDataNetworkFluent. removeFromIpv4(NetworkDataIPv4... items)NetworkDataNetworkFluent.Ipv4Nested<A>NetworkDataNetworkFluent. setNewIpv4Like(int index, NetworkDataIPv4 item)ANetworkDataNetworkFluent. setToIpv4(int index, NetworkDataIPv4 item)ANetworkDataNetworkFluent. withIpv4(NetworkDataIPv4... ipv4)Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with type arguments of type NetworkDataIPv4 Modifier and Type Method Description ANetworkDataNetworkFluent. addAllToIpv4(Collection<NetworkDataIPv4> items)ANetworkDataNetworkFluent. removeAllFromIpv4(Collection<NetworkDataIPv4> items)voidNetworkDataNetwork. setIpv4(List<NetworkDataIPv4> ipv4)IPv4 contains a list of IPv4 static allocationsANetworkDataNetworkFluent. withIpv4(List<NetworkDataIPv4> ipv4)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type NetworkDataIPv4 Constructor Description NetworkDataIPv4Builder(NetworkDataIPv4 instance)NetworkDataIPv4Builder(NetworkDataIPv4Fluent<?> fluent, NetworkDataIPv4 instance)NetworkDataIPv4Fluent(NetworkDataIPv4 instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with type arguments of type NetworkDataIPv4 Constructor Description NetworkDataNetwork(List<NetworkDataIPv4> ipv4, List<NetworkDataIPv4DHCP> ipv4DHCP, List<NetworkDataIPv6> ipv6, List<NetworkDataIPv6DHCP> ipv6DHCP, List<NetworkDataIPv6DHCP> ipv6SLAAC)
-