Class Host
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.baremetal.v1.Host
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<HostBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Host extends Object implements io.fabric8.kubernetes.api.builder.Editable<HostBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Host stores all the configuration data for a baremetal host.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Host()No args constructor for use in serializationHost(BMC bmc, String bootMACAddress, String bootMode, String hardwareProfile, String name, com.fasterxml.jackson.databind.JsonNode networkConfig, String role, RootDeviceHints rootDeviceHints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostBuilderedit()Map<String,Object>getAdditionalProperties()BMCgetBmc()Host stores all the configuration data for a baremetal host.StringgetBootMACAddress()Host stores all the configuration data for a baremetal host.StringgetBootMode()Host stores all the configuration data for a baremetal host.StringgetHardwareProfile()Host stores all the configuration data for a baremetal host.StringgetName()Host stores all the configuration data for a baremetal host.com.fasterxml.jackson.databind.JsonNodegetNetworkConfig()Host stores all the configuration data for a baremetal host.StringgetRole()Host stores all the configuration data for a baremetal host.RootDeviceHintsgetRootDeviceHints()Host stores all the configuration data for a baremetal host.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetBmc(BMC bmc)Host stores all the configuration data for a baremetal host.voidsetBootMACAddress(String bootMACAddress)Host stores all the configuration data for a baremetal host.voidsetBootMode(String bootMode)Host stores all the configuration data for a baremetal host.voidsetHardwareProfile(String hardwareProfile)Host stores all the configuration data for a baremetal host.voidsetName(String name)Host stores all the configuration data for a baremetal host.voidsetNetworkConfig(com.fasterxml.jackson.databind.JsonNode networkConfig)Host stores all the configuration data for a baremetal host.voidsetRole(String role)Host stores all the configuration data for a baremetal host.voidsetRootDeviceHints(RootDeviceHints rootDeviceHints)Host stores all the configuration data for a baremetal host.HostBuildertoBuilder()
-
-
-
Method Detail
-
getBmc
public BMC getBmc()
Host stores all the configuration data for a baremetal host.
-
setBmc
public void setBmc(BMC bmc)
Host stores all the configuration data for a baremetal host.
-
getBootMACAddress
public String getBootMACAddress()
Host stores all the configuration data for a baremetal host.
-
setBootMACAddress
public void setBootMACAddress(String bootMACAddress)
Host stores all the configuration data for a baremetal host.
-
getBootMode
public String getBootMode()
Host stores all the configuration data for a baremetal host.
-
setBootMode
public void setBootMode(String bootMode)
Host stores all the configuration data for a baremetal host.
-
getHardwareProfile
public String getHardwareProfile()
Host stores all the configuration data for a baremetal host.
-
setHardwareProfile
public void setHardwareProfile(String hardwareProfile)
Host stores all the configuration data for a baremetal host.
-
getName
public String getName()
Host stores all the configuration data for a baremetal host.
-
setName
public void setName(String name)
Host stores all the configuration data for a baremetal host.
-
getNetworkConfig
public com.fasterxml.jackson.databind.JsonNode getNetworkConfig()
Host stores all the configuration data for a baremetal host.
-
setNetworkConfig
public void setNetworkConfig(com.fasterxml.jackson.databind.JsonNode networkConfig)
Host stores all the configuration data for a baremetal host.
-
getRole
public String getRole()
Host stores all the configuration data for a baremetal host.
-
setRole
public void setRole(String role)
Host stores all the configuration data for a baremetal host.
-
getRootDeviceHints
public RootDeviceHints getRootDeviceHints()
Host stores all the configuration data for a baremetal host.
-
setRootDeviceHints
public void setRootDeviceHints(RootDeviceHints rootDeviceHints)
Host stores all the configuration data for a baremetal host.
-
edit
public HostBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<HostBuilder>
-
toBuilder
public HostBuilder toBuilder()
-
-