public class NICFluent<A extends NICFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NICFluent.VlansNested<N> |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NICFluent()
public NICFluent(NIC instance)
protected void copyInstance(NIC instance)
public String getIp()
public boolean hasIp()
public String getMac()
public boolean hasMac()
public String getModel()
public boolean hasModel()
public String getName()
public boolean hasName()
public Boolean getPxe()
public boolean hasPxe()
public Integer getSpeedGbps()
public boolean hasSpeedGbps()
public Integer getVlanId()
public boolean hasVlanId()
public A addAllToVlans(Collection<VLAN> items)
public A removeAllFromVlans(Collection<VLAN> items)
public A removeMatchingFromVlans(Predicate<VLANBuilder> predicate)
public VLAN buildVlan(int index)
public VLAN buildFirstVlan()
public VLAN buildLastVlan()
public VLAN buildMatchingVlan(Predicate<VLANBuilder> predicate)
public boolean hasMatchingVlan(Predicate<VLANBuilder> predicate)
public boolean hasVlans()
public NICFluent.VlansNested<A> addNewVlan()
public NICFluent.VlansNested<A> addNewVlanLike(VLAN item)
public NICFluent.VlansNested<A> setNewVlanLike(int index, VLAN item)
public NICFluent.VlansNested<A> editVlan(int index)
public NICFluent.VlansNested<A> editFirstVlan()
public NICFluent.VlansNested<A> editLastVlan()
public NICFluent.VlansNested<A> editMatchingVlan(Predicate<VLANBuilder> predicate)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
public int hashCode()
public A withPxe()
Copyright © 2015–2023 Red Hat. All rights reserved.