Class NICBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.NICFluent<NICBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.NICBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<NIC>,io.fabric8.kubernetes.api.builder.Visitable<NICBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<NIC,NICBuilder>
public class NICBuilder extends NICFluent<NICBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<NIC,NICBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.NICFluent
NICFluent.VlansNested<N>
-
-
Constructor Summary
Constructors Constructor Description NICBuilder()NICBuilder(NIC instance)NICBuilder(NICFluent<?> fluent)NICBuilder(NICFluent<?> fluent, NIC instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NICbuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.NICFluent
addAllToVlans, addNewVlan, addNewVlan, addNewVlanLike, addToAdditionalProperties, addToAdditionalProperties, addToVlans, addToVlans, buildFirstVlan, buildLastVlan, buildMatchingVlan, buildVlan, buildVlans, copyInstance, editFirstVlan, editLastVlan, editMatchingVlan, editVlan, equals, getAdditionalProperties, getIp, getMac, getModel, getName, getPxe, getSpeedGbps, getVlanId, hasAdditionalProperties, hashCode, hasIp, hasMac, hasMatchingVlan, hasModel, hasName, hasPxe, hasSpeedGbps, hasVlanId, hasVlans, removeAllFromVlans, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromVlans, removeMatchingFromVlans, setNewVlanLike, setToVlans, toString, withAdditionalProperties, withIp, withMac, withModel, withName, withPxe, withPxe, withSpeedGbps, withVlanId, withVlans, withVlans
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-