Class AttachedVolume

    • Constructor Detail

      • AttachedVolume

        public AttachedVolume()
        No args constructor for use in serialization
      • AttachedVolume

        public AttachedVolume​(String devicePath,
                              String name)
    • Method Detail

      • getDevicePath

        public String getDevicePath()
        DevicePath represents the device path where the volume should be available
      • setDevicePath

        public void setDevicePath​(String devicePath)
        DevicePath represents the device path where the volume should be available
      • getName

        public String getName()
        Name of the attached volume
      • setName

        public void setName​(String name)
        Name of the attached volume
      • getAdditionalProperties

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

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

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