Class HardwareRAIDVolumeFluent<A extends HardwareRAIDVolumeFluent<A>>

    • Constructor Detail

      • HardwareRAIDVolumeFluent

        public HardwareRAIDVolumeFluent()
      • HardwareRAIDVolumeFluent

        public HardwareRAIDVolumeFluent​(HardwareRAIDVolume instance)
    • Method Detail

      • getController

        public String getController()
      • withController

        public A withController​(String controller)
      • hasController

        public boolean hasController()
      • getLevel

        public String getLevel()
      • withLevel

        public A withLevel​(String level)
      • hasLevel

        public boolean hasLevel()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getNumberOfPhysicalDisks

        public Integer getNumberOfPhysicalDisks()
      • withNumberOfPhysicalDisks

        public A withNumberOfPhysicalDisks​(Integer numberOfPhysicalDisks)
      • hasNumberOfPhysicalDisks

        public boolean hasNumberOfPhysicalDisks()
      • addToPhysicalDisks

        public A addToPhysicalDisks​(int index,
                                    String item)
      • setToPhysicalDisks

        public A setToPhysicalDisks​(int index,
                                    String item)
      • addToPhysicalDisks

        public A addToPhysicalDisks​(String... items)
      • addAllToPhysicalDisks

        public A addAllToPhysicalDisks​(Collection<String> items)
      • removeFromPhysicalDisks

        public A removeFromPhysicalDisks​(String... items)
      • removeAllFromPhysicalDisks

        public A removeAllFromPhysicalDisks​(Collection<String> items)
      • getPhysicalDisks

        public List<String> getPhysicalDisks()
      • getPhysicalDisk

        public String getPhysicalDisk​(int index)
      • getFirstPhysicalDisk

        public String getFirstPhysicalDisk()
      • getLastPhysicalDisk

        public String getLastPhysicalDisk()
      • hasMatchingPhysicalDisk

        public boolean hasMatchingPhysicalDisk​(Predicate<String> predicate)
      • withPhysicalDisks

        public A withPhysicalDisks​(List<String> physicalDisks)
      • withPhysicalDisks

        public A withPhysicalDisks​(String... physicalDisks)
      • hasPhysicalDisks

        public boolean hasPhysicalDisks()
      • getRotational

        public Boolean getRotational()
      • withRotational

        public A withRotational​(Boolean rotational)
      • hasRotational

        public boolean hasRotational()
      • getSizeGibibytes

        public Integer getSizeGibibytes()
      • withSizeGibibytes

        public A withSizeGibibytes​(Integer sizeGibibytes)
      • hasSizeGibibytes

        public boolean hasSizeGibibytes()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HardwareRAIDVolumeFluent<A>>
      • withRotational

        public A withRotational()