public class HostFluent<A extends HostFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HostFluent.BmcNested<N> |
class |
HostFluent.RootDeviceHintsNested<N> |
| Constructor and Description |
|---|
HostFluent() |
HostFluent(Host instance) |
public HostFluent()
public HostFluent(Host instance)
protected void copyInstance(Host instance)
public BMC buildBmc()
public boolean hasBmc()
public A withNewBmc(String address, Boolean disableCertificateVerification, String password, String username)
public HostFluent.BmcNested<A> withNewBmc()
public HostFluent.BmcNested<A> withNewBmcLike(BMC item)
public HostFluent.BmcNested<A> editBmc()
public HostFluent.BmcNested<A> editOrNewBmc()
public HostFluent.BmcNested<A> editOrNewBmcLike(BMC item)
public String getBootMACAddress()
public boolean hasBootMACAddress()
public String getBootMode()
public boolean hasBootMode()
public String getHardwareProfile()
public boolean hasHardwareProfile()
public String getName()
public boolean hasName()
public com.fasterxml.jackson.databind.JsonNode getNetworkConfig()
public A withNetworkConfig(com.fasterxml.jackson.databind.JsonNode networkConfig)
public boolean hasNetworkConfig()
public String getRole()
public boolean hasRole()
public RootDeviceHints buildRootDeviceHints()
public A withRootDeviceHints(RootDeviceHints rootDeviceHints)
public boolean hasRootDeviceHints()
public HostFluent.RootDeviceHintsNested<A> withNewRootDeviceHints()
public HostFluent.RootDeviceHintsNested<A> withNewRootDeviceHintsLike(RootDeviceHints item)
public HostFluent.RootDeviceHintsNested<A> editRootDeviceHints()
public HostFluent.RootDeviceHintsNested<A> editOrNewRootDeviceHints()
public HostFluent.RootDeviceHintsNested<A> editOrNewRootDeviceHintsLike(RootDeviceHints item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HostFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HostFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.