Class SoftwareRAIDVolume

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class SoftwareRAIDVolume
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<SoftwareRAIDVolumeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    SoftwareRAIDVolume defines the desired configuration of volume in software RAID.
    See Also:
    Serialized Form
    • Constructor Detail

      • SoftwareRAIDVolume

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

      • getLevel

        public String getLevel()
        RAID level for the logical disk. The following levels are supported: 0, 1 and 1+0.
      • setLevel

        public void setLevel​(String level)
        RAID level for the logical disk. The following levels are supported: 0, 1 and 1+0.
      • getPhysicalDisks

        public List<RootDeviceHints> getPhysicalDisks()
        A list of device hints, the number of items should be greater than or equal to 2.
      • setPhysicalDisks

        public void setPhysicalDisks​(List<RootDeviceHints> physicalDisks)
        A list of device hints, the number of items should be greater than or equal to 2.
      • getSizeGibibytes

        public Integer getSizeGibibytes()
        Size of the logical disk to be created in GiB. If unspecified or set be 0, the maximum capacity of disk will be used for logical disk.
      • setSizeGibibytes

        public void setSizeGibibytes​(Integer sizeGibibytes)
        Size of the logical disk to be created in GiB. If unspecified or set be 0, the maximum capacity of disk will be used for logical disk.
      • getAdditionalProperties

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

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

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