public class Host extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Host()
No args constructor for use in serialization
|
Host(BMC bmc,
String bootMACAddress,
String bootMode,
String hardwareProfile,
String name,
String networkConfig,
String role,
RootDeviceHints rootDeviceHints) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
BMC |
getBmc() |
String |
getBootMACAddress() |
String |
getBootMode() |
String |
getHardwareProfile() |
String |
getName() |
String |
getNetworkConfig() |
String |
getRole() |
RootDeviceHints |
getRootDeviceHints() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBmc(BMC bmc) |
void |
setBootMACAddress(String bootMACAddress) |
void |
setBootMode(String bootMode) |
void |
setHardwareProfile(String hardwareProfile) |
void |
setName(String name) |
void |
setNetworkConfig(String networkConfig) |
void |
setRole(String role) |
void |
setRootDeviceHints(RootDeviceHints rootDeviceHints) |
public BMC getBmc()
public void setBmc(BMC bmc)
public String getBootMACAddress()
public void setBootMACAddress(String bootMACAddress)
public String getBootMode()
public void setBootMode(String bootMode)
public String getHardwareProfile()
public void setHardwareProfile(String hardwareProfile)
public String getName()
public void setName(String name)
public String getNetworkConfig()
public void setNetworkConfig(String networkConfig)
public String getRole()
public void setRole(String role)
public RootDeviceHints getRootDeviceHints()
public void setRootDeviceHints(RootDeviceHints rootDeviceHints)
Copyright © 2015–2022 Red Hat. All rights reserved.