Class HostFluent<A extends HostFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.baremetal.v1.HostFluent<A>
-
- Direct Known Subclasses:
HostBuilder,PlatformFluent.HostsNested
public class HostFluent<A extends HostFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHostFluent.BmcNested<N>classHostFluent.RootDeviceHintsNested<N>
-
Constructor Summary
Constructors Constructor Description HostFluent()HostFluent(Host instance)
-
Method Summary
-
-
-
Constructor Detail
-
HostFluent
public HostFluent()
-
HostFluent
public HostFluent(Host instance)
-
-
Method Detail
-
buildBmc
public BMC buildBmc()
-
buildRootDeviceHints
public RootDeviceHints buildRootDeviceHints()
-
copyInstance
protected void copyInstance(Host instance)
-
editBmc
public HostFluent.BmcNested<A> editBmc()
-
editOrNewBmc
public HostFluent.BmcNested<A> editOrNewBmc()
-
editOrNewBmcLike
public HostFluent.BmcNested<A> editOrNewBmcLike(BMC item)
-
editOrNewRootDeviceHints
public HostFluent.RootDeviceHintsNested<A> editOrNewRootDeviceHints()
-
editOrNewRootDeviceHintsLike
public HostFluent.RootDeviceHintsNested<A> editOrNewRootDeviceHintsLike(RootDeviceHints item)
-
editRootDeviceHints
public HostFluent.RootDeviceHintsNested<A> editRootDeviceHints()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HostFluent<A>>
-
getBootMACAddress
public String getBootMACAddress()
-
getBootMode
public String getBootMode()
-
getHardwareProfile
public String getHardwareProfile()
-
getName
public String getName()
-
getNetworkConfig
public com.fasterxml.jackson.databind.JsonNode getNetworkConfig()
-
getRole
public String getRole()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasBmc
public boolean hasBmc()
-
hasBootMACAddress
public boolean hasBootMACAddress()
-
hasBootMode
public boolean hasBootMode()
-
hasHardwareProfile
public boolean hasHardwareProfile()
-
hasName
public boolean hasName()
-
hasNetworkConfig
public boolean hasNetworkConfig()
-
hasRole
public boolean hasRole()
-
hasRootDeviceHints
public boolean hasRootDeviceHints()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HostFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNetworkConfig
public A withNetworkConfig(com.fasterxml.jackson.databind.JsonNode networkConfig)
-
withNewBmc
public HostFluent.BmcNested<A> withNewBmc()
-
withNewBmc
public A withNewBmc(String address, Boolean disableCertificateVerification, String password, String username)
-
withNewBmcLike
public HostFluent.BmcNested<A> withNewBmcLike(BMC item)
-
withNewRootDeviceHints
public HostFluent.RootDeviceHintsNested<A> withNewRootDeviceHints()
-
withNewRootDeviceHintsLike
public HostFluent.RootDeviceHintsNested<A> withNewRootDeviceHintsLike(RootDeviceHints item)
-
withRootDeviceHints
public A withRootDeviceHints(RootDeviceHints rootDeviceHints)
-
-