Class StorageFluent<A extends StorageFluent<A>>

    • Constructor Detail

      • StorageFluent

        public StorageFluent()
      • StorageFluent

        public StorageFluent​(Storage instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(Storage instance)
      • addToAlternateNames

        public A addToAlternateNames​(int index,
                                     String item)
      • setToAlternateNames

        public A setToAlternateNames​(int index,
                                     String item)
      • addToAlternateNames

        public A addToAlternateNames​(String... items)
      • addAllToAlternateNames

        public A addAllToAlternateNames​(Collection<String> items)
      • removeFromAlternateNames

        public A removeFromAlternateNames​(String... items)
      • removeAllFromAlternateNames

        public A removeAllFromAlternateNames​(Collection<String> items)
      • getAlternateNames

        public List<String> getAlternateNames()
      • getAlternateName

        public String getAlternateName​(int index)
      • getFirstAlternateName

        public String getFirstAlternateName()
      • getLastAlternateName

        public String getLastAlternateName()
      • hasMatchingAlternateName

        public boolean hasMatchingAlternateName​(Predicate<String> predicate)
      • withAlternateNames

        public A withAlternateNames​(List<String> alternateNames)
      • withAlternateNames

        public A withAlternateNames​(String... alternateNames)
      • hasAlternateNames

        public boolean hasAlternateNames()
      • getHctl

        public String getHctl()
      • withHctl

        public A withHctl​(String hctl)
      • hasHctl

        public boolean hasHctl()
      • getModel

        public String getModel()
      • withModel

        public A withModel​(String model)
      • hasModel

        public boolean hasModel()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getRotational

        public Boolean getRotational()
      • withRotational

        public A withRotational​(Boolean rotational)
      • hasRotational

        public boolean hasRotational()
      • getSerialNumber

        public String getSerialNumber()
      • withSerialNumber

        public A withSerialNumber​(String serialNumber)
      • hasSerialNumber

        public boolean hasSerialNumber()
      • getSizeBytes

        public Long getSizeBytes()
      • withSizeBytes

        public A withSizeBytes​(Long sizeBytes)
      • hasSizeBytes

        public boolean hasSizeBytes()
      • getType

        public String getType()
      • withType

        public A withType​(String type)
      • hasType

        public boolean hasType()
      • getVendor

        public String getVendor()
      • withVendor

        public A withVendor​(String vendor)
      • hasVendor

        public boolean hasVendor()
      • getWwn

        public String getWwn()
      • withWwn

        public A withWwn​(String wwn)
      • hasWwn

        public boolean hasWwn()
      • getWwnVendorExtension

        public String getWwnVendorExtension()
      • withWwnVendorExtension

        public A withWwnVendorExtension​(String wwnVendorExtension)
      • hasWwnVendorExtension

        public boolean hasWwnVendorExtension()
      • getWwnWithExtension

        public String getWwnWithExtension()
      • withWwnWithExtension

        public A withWwnWithExtension​(String wwnWithExtension)
      • hasWwnWithExtension

        public boolean hasWwnWithExtension()
      • 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()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageFluent<A>>
      • hashCode

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

        public A withRotational()