Uses of Class
io.fabric8.openshift.api.model.miscellaneous.network.v1.HostSubnet
-
Packages that use HostSubnet Package Description io.fabric8.openshift.api.model.miscellaneous.network.v1 -
-
Uses of HostSubnet in io.fabric8.openshift.api.model.miscellaneous.network.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return HostSubnet Modifier and Type Method Description HostSubnetHostSubnetBuilder. build()HostSubnetHostSubnetListFluent. buildFirstItem()HostSubnetHostSubnetListFluent. buildItem(int index)HostSubnetHostSubnetListFluent. buildLastItem()HostSubnetHostSubnetListFluent. buildMatchingItem(Predicate<HostSubnetBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return types with arguments of type HostSubnet Modifier and Type Method Description List<HostSubnet>HostSubnetListFluent. buildItems()List<HostSubnet>HostSubnetList. getItems()items is the list of host subnetsMethods in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type HostSubnet Modifier and Type Method Description HostSubnetListFluent.ItemsNested<A>HostSubnetListFluent. addNewItemLike(HostSubnet item)AHostSubnetListFluent. addToItems(int index, HostSubnet item)AHostSubnetListFluent. addToItems(HostSubnet... items)protected voidHostSubnetFluent. copyInstance(HostSubnet instance)AHostSubnetListFluent. removeFromItems(HostSubnet... items)HostSubnetListFluent.ItemsNested<A>HostSubnetListFluent. setNewItemLike(int index, HostSubnet item)AHostSubnetListFluent. setToItems(int index, HostSubnet item)AHostSubnetListFluent. withItems(HostSubnet... items)Method parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type HostSubnet Modifier and Type Method Description AHostSubnetListFluent. addAllToItems(Collection<HostSubnet> items)AHostSubnetListFluent. removeAllFromItems(Collection<HostSubnet> items)voidHostSubnetList. setItems(List<HostSubnet> items)items is the list of host subnetsAHostSubnetListFluent. withItems(List<HostSubnet> items)Constructors in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type HostSubnet Constructor Description HostSubnetBuilder(HostSubnet instance)HostSubnetBuilder(HostSubnetFluent<?> fluent, HostSubnet instance)HostSubnetFluent(HostSubnet instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type HostSubnet Constructor Description HostSubnetList(String apiVersion, List<HostSubnet> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-