| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
VLAN |
VLANBuilder.build() |
VLAN |
NICFluent.buildFirstVlan() |
VLAN |
NICFluent.buildLastVlan() |
VLAN |
NICFluent.buildMatchingVlan(Predicate<VLANBuilder> predicate) |
VLAN |
NICFluent.buildVlan(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<VLAN> |
NICFluent.buildVlans() |
List<VLAN> |
NIC.getVlans() |
| Modifier and Type | Method and Description |
|---|---|
NICFluent.VlansNested<A> |
NICFluent.addNewVlanLike(VLAN item) |
A |
NICFluent.addToVlans(int index,
VLAN item) |
A |
NICFluent.addToVlans(VLAN... items) |
A |
NICFluent.removeFromVlans(VLAN... items) |
NICFluent.VlansNested<A> |
NICFluent.setNewVlanLike(int index,
VLAN item) |
A |
NICFluent.setToVlans(int index,
VLAN item) |
A |
NICFluent.withVlans(VLAN... vlans) |
| Modifier and Type | Method and Description |
|---|---|
A |
NICFluent.addAllToVlans(Collection<VLAN> items) |
A |
NICFluent.removeAllFromVlans(Collection<VLAN> items) |
void |
NIC.setVlans(List<VLAN> vlans) |
A |
NICFluent.withVlans(List<VLAN> vlans) |
| Constructor and Description |
|---|
VLANBuilder(VLAN instance) |
VLANBuilder(VLAN instance,
Boolean validationEnabled) |
VLANBuilder(VLANFluent<?> fluent,
VLAN instance) |
VLANBuilder(VLANFluent<?> fluent,
VLAN instance,
Boolean validationEnabled) |
VLANFluent(VLAN instance) |
| Constructor and Description |
|---|
NIC(String ip,
String mac,
String model,
String name,
Boolean pxe,
Integer speedGbps,
Integer vlanId,
List<VLAN> vlans) |
Copyright © 2015–2023 Red Hat. All rights reserved.