Class 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
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)