public interface HostFluent<A extends HostFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HostFluent.BmcNested<N> |
static interface |
HostFluent.RootDeviceHintsNested<N> |
@Deprecated BMC getBmc()
BMC buildBmc()
Boolean hasBmc()
A withNewBmc(String address, Boolean disableCertificateVerification, String password, String username)
HostFluent.BmcNested<A> withNewBmc()
HostFluent.BmcNested<A> withNewBmcLike(BMC item)
HostFluent.BmcNested<A> editBmc()
HostFluent.BmcNested<A> editOrNewBmc()
HostFluent.BmcNested<A> editOrNewBmcLike(BMC item)
String getBootMACAddress()
Boolean hasBootMACAddress()
@Deprecated A withNewBootMACAddress(String arg0)
String getBootMode()
Boolean hasBootMode()
@Deprecated A withNewBootMode(String arg0)
String getHardwareProfile()
Boolean hasHardwareProfile()
@Deprecated A withNewHardwareProfile(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
String getNetworkConfig()
Boolean hasNetworkConfig()
@Deprecated A withNewNetworkConfig(String arg0)
String getRole()
Boolean hasRole()
@Deprecated A withNewRole(String arg0)
@Deprecated RootDeviceHints getRootDeviceHints()
RootDeviceHints buildRootDeviceHints()
A withRootDeviceHints(RootDeviceHints rootDeviceHints)
Boolean hasRootDeviceHints()
HostFluent.RootDeviceHintsNested<A> withNewRootDeviceHints()
HostFluent.RootDeviceHintsNested<A> withNewRootDeviceHintsLike(RootDeviceHints item)
HostFluent.RootDeviceHintsNested<A> editRootDeviceHints()
HostFluent.RootDeviceHintsNested<A> editOrNewRootDeviceHints()
HostFluent.RootDeviceHintsNested<A> editOrNewRootDeviceHintsLike(RootDeviceHints item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.