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 IBM Cloud.
    See Also:
    Serialized Form
    • Constructor Detail

      • MachinePool

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

      • getBootVolume

        public BootVolume getBootVolume()
        MachinePool stores the configuration for a machine pool installed on IBM Cloud.
      • setBootVolume

        public void setBootVolume​(BootVolume bootVolume)
        MachinePool stores the configuration for a machine pool installed on IBM Cloud.
      • getDedicatedHosts

        public List<DedicatedHost> getDedicatedHosts()
        DedicatedHosts is the configuration for the machine's dedicated host and profile.
      • setDedicatedHosts

        public void setDedicatedHosts​(List<DedicatedHost> dedicatedHosts)
        DedicatedHosts is the configuration for the machine's dedicated host and profile.
      • getType

        public String getType()
        InstanceType is the VSI machine profile.
      • setType

        public void setType​(String type)
        InstanceType is the VSI machine profile.
      • getZones

        public List<String> getZones()
        Zones is the list of availability zones used for machines in the pool.
      • setZones

        public void setZones​(List<String> zones)
        Zones is the list of availability zones used for machines in the pool.
      • getAdditionalProperties

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

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

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