Class ProvisionStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.ProvisionStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ProvisionStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ProvisionStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<ProvisionStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ProvisionStatus holds the state information for a single target.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProvisionStatus()No args constructor for use in serializationProvisionStatus(String iD, String bootMode, CustomDeploy customDeploy, FirmwareConfig firmware, Image image, RAIDConfig raid, RootDeviceHints rootDeviceHints, String state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisionStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetBootMode()BootMode indicates the boot mode used to provision the host.CustomDeploygetCustomDeploy()ProvisionStatus holds the state information for a single target.FirmwareConfiggetFirmware()ProvisionStatus holds the state information for a single target.StringgetID()The hosts's ID from the underlying provisioning tool (e.g. the Ironic node UUID).ImagegetImage()ProvisionStatus holds the state information for a single target.RAIDConfiggetRaid()ProvisionStatus holds the state information for a single target.RootDeviceHintsgetRootDeviceHints()ProvisionStatus holds the state information for a single target.StringgetState()An indicator for what the provisioner is doing with the host.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetBootMode(String bootMode)BootMode indicates the boot mode used to provision the host.voidsetCustomDeploy(CustomDeploy customDeploy)ProvisionStatus holds the state information for a single target.voidsetFirmware(FirmwareConfig firmware)ProvisionStatus holds the state information for a single target.voidsetID(String iD)The hosts's ID from the underlying provisioning tool (e.g. the Ironic node UUID).voidsetImage(Image image)ProvisionStatus holds the state information for a single target.voidsetRaid(RAIDConfig raid)ProvisionStatus holds the state information for a single target.voidsetRootDeviceHints(RootDeviceHints rootDeviceHints)ProvisionStatus holds the state information for a single target.voidsetState(String state)An indicator for what the provisioner is doing with the host.ProvisionStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
ProvisionStatus
public ProvisionStatus()
No args constructor for use in serialization
-
ProvisionStatus
public ProvisionStatus(String iD, String bootMode, CustomDeploy customDeploy, FirmwareConfig firmware, Image image, RAIDConfig raid, RootDeviceHints rootDeviceHints, String state)
-
-
Method Detail
-
getID
public String getID()
The hosts's ID from the underlying provisioning tool (e.g. the Ironic node UUID).
-
setID
public void setID(String iD)
The hosts's ID from the underlying provisioning tool (e.g. the Ironic node UUID).
-
getBootMode
public String getBootMode()
BootMode indicates the boot mode used to provision the host.
-
setBootMode
public void setBootMode(String bootMode)
BootMode indicates the boot mode used to provision the host.
-
getCustomDeploy
public CustomDeploy getCustomDeploy()
ProvisionStatus holds the state information for a single target.
-
setCustomDeploy
public void setCustomDeploy(CustomDeploy customDeploy)
ProvisionStatus holds the state information for a single target.
-
getFirmware
public FirmwareConfig getFirmware()
ProvisionStatus holds the state information for a single target.
-
setFirmware
public void setFirmware(FirmwareConfig firmware)
ProvisionStatus holds the state information for a single target.
-
getImage
public Image getImage()
ProvisionStatus holds the state information for a single target.
-
setImage
public void setImage(Image image)
ProvisionStatus holds the state information for a single target.
-
getRaid
public RAIDConfig getRaid()
ProvisionStatus holds the state information for a single target.
-
setRaid
public void setRaid(RAIDConfig raid)
ProvisionStatus holds the state information for a single target.
-
getRootDeviceHints
public RootDeviceHints getRootDeviceHints()
ProvisionStatus holds the state information for a single target.
-
setRootDeviceHints
public void setRootDeviceHints(RootDeviceHints rootDeviceHints)
ProvisionStatus holds the state information for a single target.
-
getState
public String getState()
An indicator for what the provisioner is doing with the host.
-
setState
public void setState(String state)
An indicator for what the provisioner is doing with the host.
-
edit
public ProvisionStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ProvisionStatusBuilder>
-
toBuilder
public ProvisionStatusBuilder toBuilder()
-
-