Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.VLAN
-
Packages that use VLAN Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of VLAN in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return VLAN Modifier and Type Method Description VLANVLANBuilder. build()VLANNICFluent. buildFirstVlan()VLANNICFluent. buildLastVlan()VLANNICFluent. buildMatchingVlan(Predicate<VLANBuilder> predicate)VLANNICFluent. buildVlan(int index)Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return types with arguments of type VLAN Modifier and Type Method Description List<VLAN>NICFluent. buildVlans()List<VLAN>NIC. getVlans()The VLANs availableMethods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type VLAN Modifier and Type Method Description NICFluent.VlansNested<A>NICFluent. addNewVlanLike(VLAN item)ANICFluent. addToVlans(int index, VLAN item)ANICFluent. addToVlans(VLAN... items)protected voidVLANFluent. copyInstance(VLAN instance)ANICFluent. removeFromVlans(VLAN... items)NICFluent.VlansNested<A>NICFluent. setNewVlanLike(int index, VLAN item)ANICFluent. setToVlans(int index, VLAN item)ANICFluent. withVlans(VLAN... vlans)Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type VLAN Modifier and Type Method Description ANICFluent. addAllToVlans(Collection<VLAN> items)ANICFluent. removeAllFromVlans(Collection<VLAN> items)voidNIC. setVlans(List<VLAN> vlans)The VLANs availableANICFluent. withVlans(List<VLAN> vlans)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type VLAN Constructor Description VLANBuilder(VLAN instance)VLANBuilder(VLANFluent<?> fluent, VLAN instance)VLANFluent(VLAN instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type VLAN Constructor Description NIC(String ip, String mac, String model, String name, Boolean pxe, Integer speedGbps, Integer vlanId, List<VLAN> vlans)
-