Class NetworkDataLinkBondFluent<A extends NetworkDataLinkBondFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkDataLinkBondFluent<A>
-
- Direct Known Subclasses:
NetworkDataLinkBondBuilder,NetworkDataLinkFluent.BondsNested
public class NetworkDataLinkBondFluent<A extends NetworkDataLinkBondFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNetworkDataLinkBondFluent.MacAddressNested<N>
-
Constructor Summary
Constructors Constructor Description NetworkDataLinkBondFluent()NetworkDataLinkBondFluent(NetworkDataLinkBond instance)
-
Method Summary
-
-
-
Constructor Detail
-
NetworkDataLinkBondFluent
public NetworkDataLinkBondFluent()
-
NetworkDataLinkBondFluent
public NetworkDataLinkBondFluent(NetworkDataLinkBond instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(NetworkDataLinkBond instance)
-
addAllToBondLinks
public A addAllToBondLinks(Collection<String> items)
-
removeAllFromBondLinks
public A removeAllFromBondLinks(Collection<String> items)
-
getBondLink
public String getBondLink(int index)
-
getFirstBondLink
public String getFirstBondLink()
-
getLastBondLink
public String getLastBondLink()
-
hasBondLinks
public boolean hasBondLinks()
-
getBondMode
public String getBondMode()
-
hasBondMode
public boolean hasBondMode()
-
getBondXmitHashPolicy
public String getBondXmitHashPolicy()
-
hasBondXmitHashPolicy
public boolean hasBondXmitHashPolicy()
-
getId
public String getId()
-
hasId
public boolean hasId()
-
buildMacAddress
public NetworkLinkEthernetMac buildMacAddress()
-
withMacAddress
public A withMacAddress(NetworkLinkEthernetMac macAddress)
-
hasMacAddress
public boolean hasMacAddress()
-
withNewMacAddress
public NetworkDataLinkBondFluent.MacAddressNested<A> withNewMacAddress()
-
withNewMacAddressLike
public NetworkDataLinkBondFluent.MacAddressNested<A> withNewMacAddressLike(NetworkLinkEthernetMac item)
-
editMacAddress
public NetworkDataLinkBondFluent.MacAddressNested<A> editMacAddress()
-
editOrNewMacAddress
public NetworkDataLinkBondFluent.MacAddressNested<A> editOrNewMacAddress()
-
editOrNewMacAddressLike
public NetworkDataLinkBondFluent.MacAddressNested<A> editOrNewMacAddressLike(NetworkLinkEthernetMac item)
-
getMtu
public Integer getMtu()
-
hasMtu
public boolean hasMtu()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkDataLinkBondFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkDataLinkBondFluent<A>>
-
-