Class OvfFile

All Implemented Interfaces:
Serializable

public class OvfFile extends DynamicData
See Also:
  • Field Details

    • deviceId

      public String deviceId
    • path

      public String path
    • compressionMethod

      public String compressionMethod
    • chunkSize

      public Long chunkSize
    • size

      public long size
    • capacity

      public Long capacity
    • populatedSize

      public Long populatedSize
  • Constructor Details

    • OvfFile

      public OvfFile()
  • Method Details

    • getDeviceId

      public String getDeviceId()
    • getPath

      public String getPath()
    • getCompressionMethod

      public String getCompressionMethod()
    • getChunkSize

      public Long getChunkSize()
    • getSize

      public long getSize()
    • getCapacity

      public Long getCapacity()
    • getPopulatedSize

      public Long getPopulatedSize()
    • setDeviceId

      public void setDeviceId(String deviceId)
    • setPath

      public void setPath(String path)
    • setCompressionMethod

      public void setCompressionMethod(String compressionMethod)
    • setChunkSize

      public void setChunkSize(Long chunkSize)
    • setSize

      public void setSize(long size)
    • setCapacity

      public void setCapacity(Long capacity)
    • setPopulatedSize

      public void setPopulatedSize(Long populatedSize)