| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.baremetal.v1 |
| Modifier and Type | Method and Description |
|---|---|
Host |
HostBuilder.build() |
Host |
PlatformFluentImpl.buildFirstHost() |
Host |
PlatformFluent.buildFirstHost() |
Host |
PlatformFluentImpl.buildHost(Integer index) |
Host |
PlatformFluent.buildHost(Integer index) |
Host |
PlatformFluentImpl.buildLastHost() |
Host |
PlatformFluent.buildLastHost() |
Host |
PlatformFluentImpl.buildMatchingHost(Predicate<HostBuilder> predicate) |
Host |
PlatformFluent.buildMatchingHost(Predicate<HostBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
PlatformFluentImpl.buildHosts() |
List<Host> |
PlatformFluent.buildHosts() |
List<Host> |
PlatformFluentImpl.getHosts()
Deprecated.
|
List<Host> |
PlatformFluent.getHosts()
Deprecated.
|
List<Host> |
Platform.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
PlatformFluent.HostsNested<A> |
PlatformFluentImpl.addNewHostLike(Host item) |
PlatformFluent.HostsNested<A> |
PlatformFluent.addNewHostLike(Host item) |
A |
PlatformFluentImpl.addToHosts(Host... items) |
A |
PlatformFluent.addToHosts(Host... items) |
A |
PlatformFluentImpl.addToHosts(Integer index,
Host item) |
A |
PlatformFluent.addToHosts(Integer index,
Host item) |
A |
PlatformFluentImpl.removeFromHosts(Host... items) |
A |
PlatformFluent.removeFromHosts(Host... items) |
PlatformFluent.HostsNested<A> |
PlatformFluentImpl.setNewHostLike(Integer index,
Host item) |
PlatformFluent.HostsNested<A> |
PlatformFluent.setNewHostLike(Integer index,
Host item) |
A |
PlatformFluentImpl.setToHosts(Integer index,
Host item) |
A |
PlatformFluent.setToHosts(Integer index,
Host item) |
A |
PlatformFluentImpl.withHosts(Host... hosts) |
A |
PlatformFluent.withHosts(Host... hosts) |
| Modifier and Type | Method and Description |
|---|---|
A |
PlatformFluentImpl.addAllToHosts(Collection<Host> items) |
A |
PlatformFluent.addAllToHosts(Collection<Host> items) |
A |
PlatformFluentImpl.removeAllFromHosts(Collection<Host> items) |
A |
PlatformFluent.removeAllFromHosts(Collection<Host> items) |
void |
Platform.setHosts(List<Host> hosts) |
A |
PlatformFluentImpl.withHosts(List<Host> hosts) |
A |
PlatformFluent.withHosts(List<Host> hosts) |
| Constructor and Description |
|---|
HostBuilder(Host instance) |
HostBuilder(Host instance,
Boolean validationEnabled) |
HostBuilder(HostFluent<?> fluent,
Host instance) |
HostBuilder(HostFluent<?> fluent,
Host instance,
Boolean validationEnabled) |
HostFluentImpl(Host instance) |
| Constructor and Description |
|---|
Platform(String apiVIP,
String bootstrapOSImage,
String bootstrapProvisioningIP,
String clusterOSImage,
String clusterProvisioningIP,
MachinePool defaultMachinePlatform,
String externalBridge,
String externalMACAddress,
List<Host> hosts,
String ingressVIP,
String libvirtURI,
String provisioningBridge,
Boolean provisioningDHCPExternal,
String provisioningDHCPRange,
String provisioningHostIP,
String provisioningMACAddress,
String provisioningNetwork,
String provisioningNetworkCIDR,
String provisioningNetworkInterface) |
Copyright © 2015–2022 Red Hat. All rights reserved.