Class MachinePool

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<MachinePoolBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MachinePool
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MachinePoolBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MachinePool stores the configuration for a machine pool installed on ovirt.
    See Also:
    Serialized Form
    • Constructor Detail

      • MachinePool

        public MachinePool()
        No args constructor for use in serialization
    • Method Detail

      • getCpu

        public CPU getCpu()
        MachinePool stores the configuration for a machine pool installed on ovirt.
      • setCpu

        public void setCpu​(CPU cpu)
        MachinePool stores the configuration for a machine pool installed on ovirt.
      • getMemoryMB

        public Integer getMemoryMB()
        MemoryMB is the size of a VM's memory in MiBs.
      • setMemoryMB

        public void setMemoryMB​(Integer memoryMB)
        MemoryMB is the size of a VM's memory in MiBs.
      • getOsDisk

        public Disk getOsDisk()
        MachinePool stores the configuration for a machine pool installed on ovirt.
      • setOsDisk

        public void setOsDisk​(Disk osDisk)
        MachinePool stores the configuration for a machine pool installed on ovirt.
      • getVmType

        public String getVmType()
        VMType defines the workload type of the VM.
      • setVmType

        public void setVmType​(String vmType)
        VMType defines the workload type of the VM.
      • getAdditionalProperties

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

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

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