Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkDataIPv6
-
Packages that use NetworkDataIPv6 Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 -
-
Uses of NetworkDataIPv6 in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return NetworkDataIPv6 Modifier and Type Method Description NetworkDataIPv6NetworkDataIPv6Builder. build()NetworkDataIPv6NetworkDataNetworkFluent. buildFirstIpv6()NetworkDataIPv6NetworkDataNetworkFluent. buildIpv6(int index)NetworkDataIPv6NetworkDataNetworkFluent. buildLastIpv6()NetworkDataIPv6NetworkDataNetworkFluent. buildMatchingIpv6(Predicate<NetworkDataIPv6Builder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return types with arguments of type NetworkDataIPv6 Modifier and Type Method Description List<NetworkDataIPv6>NetworkDataNetworkFluent. buildIpv6()List<NetworkDataIPv6>NetworkDataNetwork. getIpv6()IPv4 contains a list of IPv6 static allocationsMethods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type NetworkDataIPv6 Modifier and Type Method Description NetworkDataNetworkFluent.Ipv6Nested<A>NetworkDataNetworkFluent. addNewIpv6Like(NetworkDataIPv6 item)ANetworkDataNetworkFluent. addToIpv6(int index, NetworkDataIPv6 item)ANetworkDataNetworkFluent. addToIpv6(NetworkDataIPv6... items)protected voidNetworkDataIPv6Fluent. copyInstance(NetworkDataIPv6 instance)ANetworkDataNetworkFluent. removeFromIpv6(NetworkDataIPv6... items)NetworkDataNetworkFluent.Ipv6Nested<A>NetworkDataNetworkFluent. setNewIpv6Like(int index, NetworkDataIPv6 item)ANetworkDataNetworkFluent. setToIpv6(int index, NetworkDataIPv6 item)ANetworkDataNetworkFluent. withIpv6(NetworkDataIPv6... ipv6)Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with type arguments of type NetworkDataIPv6 Modifier and Type Method Description ANetworkDataNetworkFluent. addAllToIpv6(Collection<NetworkDataIPv6> items)ANetworkDataNetworkFluent. removeAllFromIpv6(Collection<NetworkDataIPv6> items)voidNetworkDataNetwork. setIpv6(List<NetworkDataIPv6> ipv6)IPv4 contains a list of IPv6 static allocationsANetworkDataNetworkFluent. withIpv6(List<NetworkDataIPv6> ipv6)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type NetworkDataIPv6 Constructor Description NetworkDataIPv6Builder(NetworkDataIPv6 instance)NetworkDataIPv6Builder(NetworkDataIPv6Fluent<?> fluent, NetworkDataIPv6 instance)NetworkDataIPv6Fluent(NetworkDataIPv6 instance)
-