| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.libvirt.v1 |
| Modifier and Type | Method and Description |
|---|---|
DnsmasqOption |
DnsmasqOptionBuilder.build() |
DnsmasqOption |
NetworkFluentImpl.buildDnsmasqOption(Integer index) |
DnsmasqOption |
NetworkFluent.buildDnsmasqOption(Integer index) |
DnsmasqOption |
NetworkFluentImpl.buildFirstDnsmasqOption() |
DnsmasqOption |
NetworkFluent.buildFirstDnsmasqOption() |
DnsmasqOption |
NetworkFluentImpl.buildLastDnsmasqOption() |
DnsmasqOption |
NetworkFluent.buildLastDnsmasqOption() |
DnsmasqOption |
NetworkFluentImpl.buildMatchingDnsmasqOption(Predicate<DnsmasqOptionBuilder> predicate) |
DnsmasqOption |
NetworkFluent.buildMatchingDnsmasqOption(Predicate<DnsmasqOptionBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<DnsmasqOption> |
NetworkFluentImpl.buildDnsmasqOptions() |
List<DnsmasqOption> |
NetworkFluent.buildDnsmasqOptions() |
List<DnsmasqOption> |
NetworkFluentImpl.getDnsmasqOptions()
Deprecated.
|
List<DnsmasqOption> |
NetworkFluent.getDnsmasqOptions()
Deprecated.
|
List<DnsmasqOption> |
Network.getDnsmasqOptions() |
| Modifier and Type | Method and Description |
|---|---|
A |
NetworkFluentImpl.addAllToDnsmasqOptions(Collection<DnsmasqOption> items) |
A |
NetworkFluent.addAllToDnsmasqOptions(Collection<DnsmasqOption> items) |
A |
NetworkFluentImpl.removeAllFromDnsmasqOptions(Collection<DnsmasqOption> items) |
A |
NetworkFluent.removeAllFromDnsmasqOptions(Collection<DnsmasqOption> items) |
void |
Network.setDnsmasqOptions(List<DnsmasqOption> dnsmasqOptions) |
A |
NetworkFluentImpl.withDnsmasqOptions(List<DnsmasqOption> dnsmasqOptions) |
A |
NetworkFluent.withDnsmasqOptions(List<DnsmasqOption> dnsmasqOptions) |
| Constructor and Description |
|---|
DnsmasqOptionBuilder(DnsmasqOption instance) |
DnsmasqOptionBuilder(DnsmasqOption instance,
Boolean validationEnabled) |
DnsmasqOptionBuilder(DnsmasqOptionFluent<?> fluent,
DnsmasqOption instance) |
DnsmasqOptionBuilder(DnsmasqOptionFluent<?> fluent,
DnsmasqOption instance,
Boolean validationEnabled) |
DnsmasqOptionFluentImpl(DnsmasqOption instance) |
| Constructor and Description |
|---|
Network(List<DnsmasqOption> dnsmasqOptions,
String _if) |
Copyright © 2015–2022 Red Hat. All rights reserved.