Class RootDeviceHintsFluent<A extends RootDeviceHintsFluent<A>>

    • Constructor Detail

      • RootDeviceHintsFluent

        public RootDeviceHintsFluent()
      • RootDeviceHintsFluent

        public RootDeviceHintsFluent​(RootDeviceHints instance)
    • Method Detail

      • getDeviceName

        public String getDeviceName()
      • withDeviceName

        public A withDeviceName​(String deviceName)
      • hasDeviceName

        public boolean hasDeviceName()
      • getHctl

        public String getHctl()
      • withHctl

        public A withHctl​(String hctl)
      • hasHctl

        public boolean hasHctl()
      • getMinSizeGigabytes

        public Integer getMinSizeGigabytes()
      • withMinSizeGigabytes

        public A withMinSizeGigabytes​(Integer minSizeGigabytes)
      • hasMinSizeGigabytes

        public boolean hasMinSizeGigabytes()
      • getModel

        public String getModel()
      • withModel

        public A withModel​(String model)
      • hasModel

        public boolean hasModel()
      • 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()
      • 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 RootDeviceHintsFluent<A>>
      • hashCode

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

        public A withRotational()